Get Message metadata

This method is used to retrieve metadata for a sent message, particularly tracking and security information. A session key must be submitted via the X-Session-Key header. The request body should be left empty. The message ID of the message metadata you'd like to retrieve must be passed in the URL of this method. A successful transaction will receive a 200 status code.

Path Params
string
required

Unique message identifier

Query Params
boolean

Indicator whether to exclude the SecurityEnvelope from the response

Headers
string
Responses

401

The X-Session-Key header is missing. || Bad session key. || Session key expired. || Could not parse the message ID into an integer. || You do not have access to message with id [MessageId]. || The message has been deleted from the Inbox and is no longer available. || This message has been deleted from Track Sent and is no longer available.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json