High Volume SMS
Get A2P SMS
Returns the details of an A2P SMS message by ID.
get/restapi/v1.0/account/{accountId}/a2p-sms/messages/{messageId}
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
messageIdstring required
Internal identifier of a message to be retrieved
Response
The message is found and returned
Example response
{
"id": "1234",
"from": "+15551234567",
"to": [
"+15551234567"
],
"text": "Hello, World!",
"messageStatus": "Queued",
"segmentCount": 1,
"cost": 0.007,
"batchId": "batch12345",
"errorCode": "SMS-RC-503"
}