Retrieve a mailing

Retrieves the details of an existing mailing.

Path parameters

mailingIdstringRequired
The unique identifier for an existing mailing.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

OK
createdAtdatetime

The creation date and time of the mailing in ISO 8601 format.

fromobject
The mailing address of the sender.
idstring
The unique identifier for this mailing.
mailedFromIdstring

The documentId of the mailed document.

statusenum
The status of the mailing.
Allowed values:
toobject
The mailing address of the recipient.
urlstring
The URL to the mailed document.
userIdstring or null

The unique identifier for a single end-user of your application.

Errors