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
Example response
[
{
"domain": "mycustomdomain.com",
"active": true
}
]