---
title: "Request Domain Verification"
method: POST
path: "/v1/user/domain-verification/request"
tags: ["users"]
---

# Request Domain Verification

`POST /v1/user/domain-verification/request`

Request domain ownership verification through DNS TXT record. Only root domains are supported.

## Headers

- `X-Team-Id` string

## Request body

- object
  - `domain` string, required — Root domain to verify (e.g., example.com)

## Response `200`

OK

- object
  - `domain` string, required — The domain to be verified
  - `verification_string` string, required — The TXT record value to add to DNS

## Other responses

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

## Changes

- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/user/domain-verification/request/post.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-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/c9df54e2fb2c/schema)
