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
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"
}
}