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

# Confirm Domain Verification

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

Confirm domain ownership by checking if the required DNS TXT record has been added.

## Headers

- `X-Team-Id` string

## Request body

- object
  - `domain` string, required — Root domain to confirm verification for
  - `verification_type` 'dns_text_record' | 'html_meta_tag' | 'file_upload'
  - `email` string

## Response `200`

OK

- object
  - `message` string, required — Success message
  - `domain` string, required — The verified domain

## Other responses

- `400` — Example response
- `401` — Example response
- `404` — Not Found
- `500` — Example response
- `default` — Example response

## Changes

- **2026-03-06** `b69f036fb8ff` — 2 info
  - added the new optional request property `email`
  - added the new optional request property `verification_type`
- **2025-10-28** `c9df54e2fb2c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/user/domain-verification/confirm/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.dev/projectdiscovery/apis/pdcp-api/revisions/24404c1dd282?raw)
