GET /sms/v1/queueMO/deliveries/{tokenId}

Overview

Retrieves the delivery status of a queued MO.

URL Parameters

Name Type Description
tokenId string Required Token Id returned for the queued MO

Usage

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
GET /sms/v1/queueMO/deliveries/OXFoN2ZtT2xWazJLSFZkOVY3MGNZQTo3Njow
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

Example Response

{
  "tracking": [
    {
      "mobileNumber": "15555555555",
      "statusCode": "200",
      "message": "Carrier Success"
    }
  ]
}
Last Updated: Jun 8, 2021