{ "smsId": "sms-1234567890abcdef123456", "phoneNumber": "964750123456", "status": "sent", "cost": 200, "isFinalStatus": false, "lastChannel": "whatsapp", "channelFlow": [ { "channel": "whatsapp", "tried": true, "success": true }, { "channel": "sms", "tried": false } ] }
Get the delivery status of a specific SMS message.
The SMS ID to track
SMS status retrieved successfully. Response body includes SMSTrackingResponse with fields: smsId, phoneNumber, status, cost, isFinalStatus, lastChannel, channelFlow[].