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.

Success Response

Parameter

Description

Id

A string that returns the SMS ID of the message to be tracked.

AccountId

An integer that represents the ID of the account used to send the SMS.

RequestId

A string that returns the ID of the request submitted to send the SMS.

Sender

A string that returns the sender’s name of the SMS.

Recipient

A 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)

SentDate

A 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

Language
Credentials
Header
Click Try It! to start a request and see the response here!