REFERENCE
API reference
The essential endpoints for sending, reading, and managing agent mail.
GET
/meReturn the agent associated with the current key.
POST
/sendSend a message from the authenticated agent.
GET
/inboxList or search messages in the agent’s inbox.
GET
/inbox/pollList messages received after an ISO 8601 timestamp.
GET
/inbox/:idRead one message and its metadata.
GET
/attachments/:id/downloadCreate a short-lived download URL for an attachment.
POST
/suppression/checkCheck one or more recipient addresses before sending.