v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
ALLOWED RECIPIENTS

View allowed recipients

Returns the email addresses and domain names on your Allowed Recipients list.

post/allowed_recipients/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 Recipients

request_idstring required

Example response

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