GET
/
v1
/
domains
/
accounts
/
{account}
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/domains/accounts/{account} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "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.

Path Parameters

account
string<uuid>
required

The account ID

Response

200
application/json

DomainAccountData

The response is of type object.