Messages
Get Message
Retrieve a message by its id
GET
Request
string
required
The id of the message to retrieve.
Response
string
required
A unique identifier for this message.
string
The topic name if this message was sent to a topic.
string
The endpoint name of the message if the endpoint is given a name within the topic.
string
required
The URL to which the message should be delivered.
string
The HTTP method to use for the message.
Record<string, string[]>
The HTTP headers sent to your API.
string
The body of the message if it is composed of utf8 chars only, empty otherwise.
string
The base64 encoded body if the body contains a non-utf8 char only, empty otherwise.
int
The number of retries that should be attempted in case of delivery failure.
int
The unix timestamp in milliseconds before which the message should not be delivered.
int
required
The unix timestamp in milliseconds when the message was created.
string
The url where we send a callback each time the message is attempted to be delivered.
string
The url where we send a callback to after the message is failed