POST
/
v1
/
user
/
domain-verification
/
confirm
Confirm Domain Verification
curl --request POST \
  --url https://api.projectdiscovery.io/v1/user/domain-verification/confirm \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "domain": "example.com"
}'
{
  "message": "<string>",
  "domain": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json

Response

200
application/json

OK

The response is of type object.