---
title: "Get a contact"
method: GET
path: "/contacts/{contactId}"
tags: ["contacts"]
---

# Get a contact

`GET /contacts/{contactId}`

Retrieve the details of a specific contact by ID, including personal information, address, phone, email, and verification status.

## Path parameters

- `contactId` string, required

## Response `200`

Contact details

- 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)
