GET
/
v1
/
user
/
domain-verification
/
status
Get Domain Verification Status
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user/domain-verification/status \
  --header 'X-API-Key: <api-key>'
{
  "verification_requests": [
    {
      "domain": "<string>",
      "status": "pending",
      "verification_string": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z",
      "verification_attempts": 123,
      "last_attempt_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Response

200
application/json

OK

The response is of type object.