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.

NameTypeDescription
messageIDstringRequiredThe API key of the message definition. The key is configured in the MobilePush user interface.
tokenIDstringRequiredThe value returned following the send of a push message.

Example Request

Example Response