Get Specific Voice Receipt
GET
/voice/receipts/{message_id}
Voice
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/voice/receipts/28DD2718'
Response Response Example
{
"data": {
"custom_string": "custom string test",
"digits": "6",
"error_code": "",
"error_text": "",
"message_id": "1FCFEBBF-90F5-4198-AEBD-5DAEDBA3D7B1",
"message_type": "voice",
"status_code": "Sent",
"status_text": "Sent",
"subaccount_id": 1039,
"timestamp": "1461658202",
"timestamp_send": "1461658202"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here is your result."
}
Request
Path Params
message_id
stringÂ
required
Example:
28DD2718