Get Specific Inbound - Pull
GET
/sms/inbound/{outbound_message_id}
SMS
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/sms/inbound/C557B56E-83C0-4070-A74C-9BF05474B418'
Response Response Example
{
"data": {
"_keyword": "this",
"body": "This is a test incoming SMS. IWXTUW9DCH.",
"custom_string": "custom_string",
"from": "+61410926433",
"message_id": "C557B56E-83C0-4070-A74C-9BF05474B418",
"original_body": "This is the original message. 0CSO0ITKJM.",
"original_message_id": "5D420421-8715-4461-A9A2-C8F569E41835",
"timestamp": "1457947468",
"to": "+61411111111"
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here's your result."
}
Request
Path Params
outbound_message_id
stringÂ
required
Example:
C557B56E-83C0-4070-A74C-9BF05474B418