Get message
Fetch the status of a message you’ve previously sent.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier associated with the message you wish to retrieve (results from a send).
Response
A UTC timestamp at which the recipient clicked on a tracked link for the first time. Stored as a millisecond representation of the Unix epoch.
A UTC timestamp at which the Integration provider delivered the message. Stored as a millisecond representation of the Unix epoch.
A UTC timestamp at which Courier received the message request. Stored as a millisecond representation of the Unix epoch.
A unique identifier associated with the event of the delivered message.
A unique identifier associated with the message you wish to retrieve (results from a send).
A unique identifier associated with the notification of the delivered message.
A UTC timestamp at which the recipient opened a message for the first time. Stored as a millisecond representation of the Unix epoch.
A unique identifier associated with the recipient of the delivered message.
A UTC timestamp at which Courier passed the message to the Integration provider. Stored as a millisecond representation of the Unix epoch.
The current status of the message.
CLICKED
, DELIVERED
, ENQUEUED
, OPENED
, CANCELED
, SENT
, THROTTLED
, UNDELIVERABLE
, UNMAPPED
, UNROUTABLE
A message describing the error that occurred.
The reason for the current status of the message.
FILTERED
, NO_CHANNELS
, NO_PROVIDERS
, PROVIDER_ERROR
, UNPUBLISHED
, UNSUBSCRIBED