Accounts and settings-Reseller-Domains

Number of APIs: 4

  1. Create a domain for a child account POST {{baseUrl}}/reseller/children/:childIdentifier/domains

  2. Update the sender domain of reseller's child based on the childIdentifier and domainName passed PUT {{baseUrl}}/reseller/children/:childIdentifier/domains/:domainName

  3. Delete the sender domain of the reseller child based on the childIdentifier and domainName passed DELETE {{baseUrl}}/reseller/children/:childIdentifier/domains/:domainName

  4. Get all sender domains for a specific child account GET {{baseUrl}}/reseller/children/:childIdentifier/domains