v1
latestOpenAPI 3.1.02026-07-24700259.3 KBALLOWED 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
Response
List of Allowed Senders
Example response
{
"request_id": "40cbb6f2-935f-11e7-b5be-480fcf01a6f2",
"data": {
"allowed_senders": [
"test-person@example.com"
],
"mode": "whitelist"
}
}