v1
latestOpenAPI 3.1.02026-07-24700259.3 KBSINGLE 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
Response
List of single sender emails
Example response
{
"data": {
"request_id": "e023461c-8c86-11e9-b984-408d5cce2644",
"senders": [
{
"email_address": "test@test.com",
"verified": true
}
]
}
}