---
title: "Get domain contacts"
method: GET
path: "/domains/{name}/dns/contacts"
tags: ["domain-contacts"]
---

# Get domain contacts

`GET /domains/{name}/dns/contacts`

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

## Path parameters

- `name` string, required

## Response `200`

Domain contact assignments

- DomainContactsResponse
  - `@type` 'unstoppabledomains.com/partner.v3.DomainContacts', required
  - `owner` ContactResponse, required
    - `@type` 'unstoppabledomains.com/partner.v3.Contact', required
    - `id` string, required — Contact ID
    - `firstName` string, required
    - `lastName` string, required
    - `organization` string
    - `countryCode` string, required
    - `street` string, required
    - `city` string, required
    - `postalCode` string, required
    - `stateProvince` string, required
    - `phone` ContactPhoneResponse, required
      - `number` string, required
      - `dialingPrefix` string, required
    - `email` string, required
    - `tldData` DomainOwnerContactTldSpecificResponse
      - `ca` DomainContactCiraResponse
        - `registrantAgreementAcknowledged` boolean, required
        - `preferredLanguageCode` 'en_US' | 'fr_CA' | 'en' | 'fr', required — CIRA preferred language code
        - `canadianPresenceRequirement` 'CCT' | 'LGR' | 'RES' | 'ABO' | 'CCO' | 'ASS' | 'PRT' | 'TDM' | 'TRD' | 'PLT' | 'TRS' | 'LAM' | 'EDU' | 'HOP' | 'GOV' | 'INB' | 'OMK' | 'MAJ', required — CIRA Canadian Presence Requirement category
    - `verification` ContactVerificationResponse
      - `status` 'VERIFIED' | 'FAILED' | 'PENDING' | 'REQUESTED' | 'UNVERIFIED' | 'SUSPENDED', required
      - `timestamp` number
  - `admin` ContactResponse
    - `@type` 'unstoppabledomains.com/partner.v3.Contact', required
    - `id` string, required — Contact ID
    - `firstName` string, required
    - `lastName` string, required
    - `organization` string
    - `countryCode` string, required
    - `street` string, required
    - `city` string, required
    - `postalCode` string, required
    - `stateProvince` string, required
    - `phone` ContactPhoneResponse, required
      - `number` string, required
      - `dialingPrefix` string, required
    - `email` string, required
    - `tldData` DomainOwnerContactTldSpecificResponse
      - `ca` DomainContactCiraResponse
        - `registrantAgreementAcknowledged` boolean, required
        - `preferredLanguageCode` 'en_US' | 'fr_CA' | 'en' | 'fr', required — CIRA preferred language code
        - `canadianPresenceRequirement` 'CCT' | 'LGR' | 'RES' | 'ABO' | 'CCO' | 'ASS' | 'PRT' | 'TDM' | 'TRD' | 'PLT' | 'TRS' | 'LAM' | 'EDU' | 'HOP' | 'GOV' | 'INB' | 'OMK' | 'MAJ', required — CIRA Canadian Presence Requirement category
    - `verification` ContactVerificationResponse
      - `status` 'VERIFIED' | 'FAILED' | 'PENDING' | 'REQUESTED' | 'UNVERIFIED' | 'SUSPENDED', required
      - `timestamp` number
  - `tech` ContactResponse
    - `@type` 'unstoppabledomains.com/partner.v3.Contact', required
    - `id` string, required — Contact ID
    - `firstName` string, required
    - `lastName` string, required
    - `organization` string
    - `countryCode` string, required
    - `street` string, required
    - `city` string, required
    - `postalCode` string, required
    - `stateProvince` string, required
    - `phone` ContactPhoneResponse, required
      - `number` string, required
      - `dialingPrefix` string, required
    - `email` string, required
    - `tldData` DomainOwnerContactTldSpecificResponse
      - `ca` DomainContactCiraResponse
        - `registrantAgreementAcknowledged` boolean, required
        - `preferredLanguageCode` 'en_US' | 'fr_CA' | 'en' | 'fr', required — CIRA preferred language code
        - `canadianPresenceRequirement` 'CCT' | 'LGR' | 'RES' | 'ABO' | 'CCO' | 'ASS' | 'PRT' | 'TDM' | 'TRD' | 'PLT' | 'TRS' | 'LAM' | 'EDU' | 'HOP' | 'GOV' | 'INB' | 'OMK' | 'MAJ', required — CIRA Canadian Presence Requirement category
    - `verification` ContactVerificationResponse
      - `status` 'VERIFIED' | 'FAILED' | 'PENDING' | 'REQUESTED' | 'UNVERIFIED' | 'SUSPENDED', required
      - `timestamp` number
  - `billing` ContactResponse
    - `@type` 'unstoppabledomains.com/partner.v3.Contact', required
    - `id` string, required — Contact ID
    - `firstName` string, required
    - `lastName` string, required
    - `organization` string
    - `countryCode` string, required
    - `street` string, required
    - `city` string, required
    - `postalCode` string, required
    - `stateProvince` string, required
    - `phone` ContactPhoneResponse, required
      - `number` string, required
      - `dialingPrefix` string, required
    - `email` string, required
    - `tldData` DomainOwnerContactTldSpecificResponse
      - `ca` DomainContactCiraResponse
        - `registrantAgreementAcknowledged` boolean, required
        - `preferredLanguageCode` 'en_US' | 'fr_CA' | 'en' | 'fr', required — CIRA preferred language code
        - `canadianPresenceRequirement` 'CCT' | 'LGR' | 'RES' | 'ABO' | 'CCO' | 'ASS' | 'PRT' | 'TDM' | 'TRD' | 'PLT' | 'TRS' | 'LAM' | 'EDU' | 'HOP' | 'GOV' | 'INB' | 'OMK' | 'MAJ', required — CIRA Canadian Presence Requirement category
    - `verification` ContactVerificationResponse
      - `status` 'VERIFIED' | 'FAILED' | 'PENDING' | 'REQUESTED' | 'UNVERIFIED' | 'SUSPENDED', required
      - `timestamp` number

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/unstoppabledomains/apis/reseller-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/reseller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/reseller-api/revisions/e0ac88d02fe7/schema)
