Authorizations
API key authentication. Format: Bearer sk_live_your_api_key_here
Path Parameters
The SMS ID to track
Examples:
"sms-1234567890abcdef123456"
Response
SMS status retrieved successfully. Response body includes SMSTrackingResponse with fields: smsId, phoneNumber, status, cost, isFinalStatus, lastChannel, channelFlow[].
Unique identifier for the SMS message
Examples:
"sms-1234567890abcdef123456"
Phone number the SMS was sent to
Examples:
"964750123456"
Current status of the SMS message
Available options:
pending
, sent
, delivered
, read
, failed
Examples:
"sent"
Cost of the SMS in IQD
Required range:
x >= 0
Examples:
200
Whether the SMS has reached a final state (no further attempts will be made)
Examples:
false
The last channel attempted or used for sending. One of 'sms', 'whatsapp', 'telegram'.
Sequence of channels and their attempt statuses