cURL
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" } ] }
Get the status of all domain verification requests for the authenticated user, including pending, verified, and expired requests.
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
OK
The response is of type object.
object
Was this page helpful?