Domains
Get the list of all your domains
get/senders/domains
Response
list of domains
Example response
{
"domains": [
{
"id": 1,
"domain_name": "mycompany.com",
"authenticated": true,
"ip": "123.98.689.7"
}
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.