Emails

List email outbox

Lists all emails in the outbox with optional filtering by status or simple_status.

get/emails/outbox

Query parameters

statusstring
simple_statusstring
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

itemsobject[] required

Example response

{
  "pagination": {
    "next_cursor": "b3d396b8-c574-4c80-97b3-50031675ceb2"
  }
}

Changes