v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Messages

SMS Message Information

This endpoint allows you to retrieve information about a previously sent outbound SMS message. You need to provide the unique identifier (ID) of the SMS broadcast.

get/v3/messages/{id}

Path parameters

idstring required

Response

Successful Operation

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  },
  "data": {
    "id": "1",
    "from": "12345",
    "externalId": "test_1",
    "text": "text demo",
    "to": "+580000000005",
    "connection": "CONNECTION_TEST",
    "callbacks": [
      "http://www.mycallback.com?id=123"
    ],
    "email": "root@demo.com",
    "clientId": "555555",
    "owner": "root",
    "operator": "root",
    "status": "SENT",
    "date": "2020-06-22T15:06:37.909584Z"
  }
}