---
title: "Get contact verification status for a domain"
method: GET
path: "/v1/registrar/domains/{domain}/contact-verification"
tags: ["domains-registrar"]
---

# Get contact verification status for a domain

`GET /v1/registrar/domains/{domain}/contact-verification`

Get the registrant contact verification status for a domain. Use this after purchasing a domain to determine whether the contact has been verified. Note that a bought_too_recently error will be returned if the domain was bought less than 30 minutes before the request.

## Path parameters

- `domain` string, required — A valid domain name

## Query parameters

- `teamId` string

## Response `200`

The registrant contact has been verified.

- union
  - ContactVerified — The registrant contact has been verified.
    - `verified` true, required
  - ContactPendingVerification — The registrant contact has not yet been verified. The contact must be verified by `verifyBy`, and a verification email is sent to `email`.
    - `verified` false, required
    - `verifyBy` string, required — a string to be decoded into a Date
    - `email` string, required

## Other responses

- `400` — There was something wrong with the request
- `401` — Unauthorized
- `403` — NotAuthorizedForScope
- `404` — The domain was not found in our system.
- `429` — TooManyRequests
- `500` — InternalServerError

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/61d1ba3f6dac/schema)
