v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SINGLE SENDER EMAILS

View single sender emails

Returns a list of single sender email addresses on your account, along with their verification status. If you include a email_address, the response will only include items matching this search.

post/single_sender_emails/view

Request body

email_addressstring

(Optional) If provided, only return email addresses that match value

subaccount_idstring

If you wish to make this API call on behalf of a subaccount then include its unique ID here

Response

List of single sender emails

Example response

{
  "data": {
    "request_id": "e023461c-8c86-11e9-b984-408d5cce2644",
    "senders": [
      {
        "email_address": "test@test.com",
        "verified": true
      }
    ]
  }
}