SMS - Get List of Messages Not Sent to Recipients
GET https://{{et_subdomain}}.rest.marketingcloudapis.com/messaging/v1/sms/messages/?type=notSent
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/getSMSMessagesNotSent.htm
Gets a paginated list of messages that were not sent, ordered from oldest to newest.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string |
RESPONSES
status: OK
{"requestId":"6430cb12-5657-4a54-a376-de4dfa8feda2","lastEventID":19,"messages":[{"statusCode":47,"statusMessage":"AddressNotFound","eventCategoryType":"TransactionalSendEvents.EmailNotSent","timestamp":"2019-06-10T16:14:51.9286","definitionKey":"tapi-sms-demo-postman","eventID":19,"info":{"messageKey":"4ac1f7fe-227b-4f29-93a1-aa12b4c402e2"}}],"count":1,"pageSize":50}