Getting SMS Details

You can track any SMS you have sent using its ID by submitting the Get Message Details by ID API request. The API will return the details of the SMS message you want to track, such as the account ID that sent the SMS, SMS delivery status and the SMS sent date.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Success Response

ParameterDescription
IdA string that returns the SMS ID of the message to be tracked.
AccountIdAn integer that represents the ID of the account used to send the SMS.
RequestIdA string that returns the ID of the request submitted to send the SMS.
SenderA string that returns the sender’s name of the SMS.
RecipientA string that returns the phone number of the recipient who received the SMS.
Status

An integer that specifies the delivery status of the SMS. Its possible values are:

1 (Delivered)
2 (Undelivered)
3 (Sent)
4 (Buffered)
5 (Blocked)
16 (Rejected by SMS Center)
17 (In Progress)
34 (Expired)
1200 (Unknown)

SentDateA string that specifies the date and time on which the SMS was sent.
🚧

Validity Period

The SMS details is available for 3 Days starting from the sent date

Path Params
string
required

The message id returned from Sending SMS API

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json