/messages/{messageid}
GET
/messages/{messageid}
messages
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.thesmsworks.co.uk/v1/messages/'
Response Response Example
200 - Example 1
{
"batchid": "2586749",
"content": "My super awesome message",
"created": "Wed Jul 19 2017 20:53:46 GMT+0100 (BST)",
"customerid": "0fca8c3c-6cbc-11e7-8154-a6006ad3dba0",
"deliveryreporturl": "https://your.domain.com/delivery/report/path",
"destination": "447777777777",
"failurereason": {
"code": 34,
"details": "Handset error",
"permanent": false
},
"id": 123456789,
"identifier": 7777777777,
"keyword": "CALRISSIAN",
"messageid": 123456789,
"modified": "Wed Jul 19 2017 20:53:49 GMT+0100 (BST)",
"schedule": "Wed Jul 19 2017 20:53:45 GMT+0100 (BST)",
"sender": "YourCompany",
"status": "DELIVERED",
"tag": "campaign2"
}
Request
Path Params
messageid
string
required
Responses
Modified at 2022-09-11 19:34:57