GET /push/v1/messageList/{messageId}/deliveries/{tokenId}
When you send a push message from the API, you receive a token ID in response. Use the token in this API call to retrieve the number of contacts we attempted to send to, not including those who opted out, for a messageList send job.
Name | Type | Description | |
---|---|---|---|
messageID | string | Required | The API key of the message definition. The key is configured in the MobilePush user interface. |
tokenID | string | Required | The value returned following the send of a push message. |
Example Request
Example Response