v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
ALLOWED SENDERS

View allowed senders

Returns the email addresses and domain names on your Allowed or Restricted Senders list, as well as the Restrict Senders setting, which dictates how they are interpreted.

post/allowed_senders/view

Request body

subaccount_idstring

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

Response

List of Allowed Senders

request_idstring required

Example response

{
  "request_id": "40cbb6f2-935f-11e7-b5be-480fcf01a6f2",
  "data": {
    "allowed_senders": [
      "test-person@example.com"
    ],
    "mode": "whitelist"
  }
}