v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Update the sender domain of reseller's child based on the childIdentifier and domainName passed

put/reseller/children/{childIdentifier}/domains/{domainName}

Path parameters

childIdentifierstring required

Either auth key or id of reseller's child

domainNamestring required

Pass the existing domain that needs to be updated

Request body

domainstring

Value for the sender domain that will replace the existing domain

Example request

{
  "domain": "myupdateddomain.com"
}

Response

reseller's child domain updated