Return Back to API List
API Call Information
area: email
action: adddomain
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=adddomain&domain=test.com&usercontrolled=1
API Call Result:
email - adddomain
Adds a domain to a users account. Charges $17 for a .com domain unless it is a user controlled domain
API Call Information
area: email
action: adddomain
API Arguments
| Argument | Data Type | Required | Description |
| domain | string | Yes | The domain name to register. example: test.com |
| usercontrolled | boolean either 1 or 0 | No | If set to 1 we do not attempt to register the domain, but add the domain to the list. You need to make sure follow our domain parking guide. |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=adddomain&domain=test.com&usercontrolled=1
API Call Result:
| XML Response | JSON Response |
| <response> <success>Domain Added</success> <id>111</id> </response> |
{
"success": "Domain Added",
"id": "111"
} |