Emails
List email outbox
Lists all emails in the outbox with optional filtering by status, simple_status, or user_id.
get/emails/outbox
Query parameters
statusstring
simple_statusstring
user_idstring
Filter for emails whose recipient is the given user ID.
Filter for emails whose recipient is the given user ID.
limitstring
The maximum number of items to return. Maximum allowed is 100
The maximum number of items to return. Maximum allowed is 100
cursorstring
The cursor to start the result set from (email ID)
The cursor to start the result set from (email ID)
Response
Successful response
Example response
{
"pagination": {
"next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
}
}