cURL
curl --request GET \ --url https://api.delaphonegh.com/sms/{message_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "status": 200, "message": "Status retrieved successfully", "data": [ { "recipient": "<string>", "message_id": "<string>", "status": "<string>", "date_created": "<string>", "sender_id": "<string>" } ] }
Retrieve the status of a specific SMS message by its message ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the SMS message.
SMS status retrieved successfully
Indicates whether the SMS request was successful
Status of the SMS message
200
Text message that was sent
"Status retrieved successfully"
Array of details for each recipient
Show child attributes
The recipient's phone number
Unique identifier for the message
Date and time the message was sent
Sender ID of the message