v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Get all sender domains for a specific child account

get/reseller/children/{childIdentifier}/domains

Path parameters

childIdentifierstring required

Either auth key or id of reseller's child

Response

Sender domains of the child

domainstring

Sender domain

activeboolean

indicates whether a domain is verified or not

Example response

[
  {
    "domain": "mycustomdomain.com",
    "active": true
  }
]