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,
  "static_scan": true,
  "early_template": true
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json
Example response
message
string
required
ai_status
boolean
email
string
name
string
cloud_scans
boolean
static_scan
boolean
early_template
boolean