POST
/
v1
/
domains
/
accounts
cURL
curl --request POST \
  --url https://api.comm.com/api/v1/domains/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "meta": {
    "apiKey": "<string>",
    "apiUser": "<string>",
    "apiUrl": "<string>",
    "clientIp": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "city": "<string>",
    "stateProvince": "<string>",
    "postalCode": "<string>",
    "country": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "techFirstName": "<string>",
    "techLastName": "<string>",
    "techAddress1": "<string>",
    "techAddress2": "<string>",
    "techCity": "<string>",
    "techStateProvince": "<string>",
    "techPostalCode": "<string>",
    "techCountry": "<string>",
    "techPhone": "<string>",
    "techEmail": "<string>",
    "adminLastName": "<string>",
    "adminFirstName": "<string>",
    "adminAddress1": "<string>",
    "adminAddress2": "<string>",
    "adminCity": "<string>",
    "adminStateProvince": "<string>",
    "adminPostalCode": "<string>",
    "adminCountry": "<string>",
    "adminPhone": "<string>",
    "adminEmail": "<string>",
    "auxBillingLastName": "<string>",
    "auxBillingFirstName": "<string>",
    "auxBillingAddress1": "<string>",
    "auxBillingAddress2": "<string>",
    "auxBillingCity": "<string>",
    "auxBillingStateProvince": "<string>",
    "auxBillingPostalCode": "<string>",
    "auxBillingCountry": "<string>",
    "auxBillingPhone": "<string>",
    "auxBillingEmail": "<string>"
  },
  "type": "namecheap",
  "is_active": true
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "meta": {
    "apiKey": "<string>",
    "apiUser": "<string>",
    "apiUrl": "<string>",
    "clientIp": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "address1": "<string>",
    "address2": "<string>",
    "city": "<string>",
    "stateProvince": "<string>",
    "postalCode": "<string>",
    "country": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "techFirstName": "<string>",
    "techLastName": "<string>",
    "techAddress1": "<string>",
    "techAddress2": "<string>",
    "techCity": "<string>",
    "techStateProvince": "<string>",
    "techPostalCode": "<string>",
    "techCountry": "<string>",
    "techPhone": "<string>",
    "techEmail": "<string>",
    "adminLastName": "<string>",
    "adminFirstName": "<string>",
    "adminAddress1": "<string>",
    "adminAddress2": "<string>",
    "adminCity": "<string>",
    "adminStateProvince": "<string>",
    "adminPostalCode": "<string>",
    "adminCountry": "<string>",
    "adminPhone": "<string>",
    "adminEmail": "<string>",
    "auxBillingLastName": "<string>",
    "auxBillingFirstName": "<string>",
    "auxBillingAddress1": "<string>",
    "auxBillingAddress2": "<string>",
    "auxBillingCity": "<string>",
    "auxBillingStateProvince": "<string>",
    "auxBillingPostalCode": "<string>",
    "auxBillingCountry": "<string>",
    "auxBillingPhone": "<string>",
    "auxBillingEmail": "<string>"
  },
  "type": "namecheap",
  "is_active": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

DomainAccountDataRequest

The body is of type object.

Response

201
application/json

The response is of type object.