v26

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1247150179.9 KB
domain-contacts

Get domain contacts

Retrieve the contacts associated with the specified domain, including owner, admin, tech, and billing roles.

get/domains/{name}/dns/contacts

Path parameters

namestring required

Response

Domain contact assignments

@type'unstoppabledomains.com/partner.v3.DomainContacts' required

Example response

{
  "owner": {
    "id": "ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "admin": {
    "id": "ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "tech": {
    "id": "ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "billing": {
    "id": "ct-a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  }
}