---
title: "Get Domain Verification Status"
method: GET
path: "/v1/user/domain-verification/status"
tags: ["users"]
---

# Get Domain Verification Status

`GET /v1/user/domain-verification/status`

Get the status of all domain verification requests for the authenticated user, including pending, verified, and expired requests.

## Headers

- `X-Team-Id` string

## Response `200`

OK

- object
  - `verification_requests` DomainVerificationRequest[], required
    - `domain` string, required — The domain being verified
    - `status` 'pending' | 'verified' | 'expired' | 'deleted' | 'failed', required — Current verification status
    - `verification_string` string — TXT record value to add to DNS (only present for pending requests)
    - `created_at` string, date-time, required — When the verification request was created
    - `verification_attempts` integer, required — Number of verification attempts made
    - `last_attempt_at` string, date-time — When the last verification attempt was made
    - `verification_type` 'dns_text_record' | 'html_meta_tag' | 'file_upload'

## Other responses

- `401` — Example response
- `500` — Example response
- `default` — Example response

## Changes

- **2026-03-06** `b69f036fb8ff` — 1 breaking, 2 warning, 1 info
  - removed the required property `verification_requests/items/expires_at` from the response with the `200` status
  - added the new `deleted` enum value to the `verification_requests/items/status` response property for the response status `200`
  - added the new `failed` enum value to the `verification_requests/items/status` response property for the response status `200`
  - added the optional property `verification_requests/items/verification_type` to the response with the `200` status
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/user/domain-verification/status/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
