Skip to main content
GET
/
sms
/
track
/
{smsId}
{
  "smsId": "sms-1234567890abcdef123456",
  "phoneNumber": "964750123456",
  "status": "sent",
  "cost": 200,
  "isFinalStatus": false,
  "lastChannel": "whatsapp",
  "channelFlow": [
    {
      "channel": "whatsapp",
      "tried": true,
      "success": true
    },
    {
      "channel": "sms",
      "tried": false
    }
  ]
}

Path Parameters

smsId
string
required

The SMS ID to track

Response

SMS status retrieved successfully. Response body includes SMSTrackingResponse with fields: smsId, phoneNumber, status, cost, isFinalStatus, lastChannel, channelFlow[].