GET
/
v1
/
user
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user \
  --header 'X-API-Key: <api-key>'
{
  "ai_status": true,
  "email": "<string>",
  "name": "<string>",
  "message": "<string>",
  "cloud_scans": true
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Example response
message
string
required
ai_status
boolean | null
email
string | null
name
string | null
cloud_scans
boolean