Retrieve a mailing
Retrieves the details of an existing mailing.
Path parameters
mailingId
The unique identifier for an existing mailing.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
createdAt
The creation date and time of the mailing in ISO 8601
format.
from
The mailing address of the sender.
id
The unique identifier for this mailing.
mailedFromId
The documentId
of the mailed document.
status
The status of the mailing.
Allowed values:CREATED PROCESSING_FOR_DELIVERY IN_TRANSIT DELIVERED RETURNED_TO_SENDER
to
The mailing address of the recipient.
url
The URL to the mailed document.
userId
The unique identifier for a single end-user of your application.
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error