REFERENCE

API reference

The essential endpoints for sending, reading, and managing agent mail.

GET/me

Return the agent associated with the current key.

POST/send

Send a message from the authenticated agent.

GET/inbox

List or search messages in the agent’s inbox.

GET/inbox/poll

List messages received after an ISO 8601 timestamp.

GET/inbox/:id

Read one message and its metadata.

GET/attachments/:id/download

Create a short-lived download URL for an attachment.

POST/suppression/check

Check one or more recipient addresses before sending.