Domains
List all domains
Get all sending domains with their verification status
get/domains
Response
List of domains
Example response
{
"data": {
"domains": [
{
"id": 123,
"name": "example.com",
"verified": true
}
]
},
"meta": {
"requestId": "req_V1StGXR8_Z5jdHi6"
}
}