GET
/
v1
/
user
/
notification_preference
Get User Notification Preferences
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user/notification_preference \
  --header 'X-API-Key: <api-key>'
{
  "weekly_digest_email": true,
  "onboard_preference": {},
  "real_time_autoscan": true,
  "enable_auto_retest": true
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

User notification preferences

The response is of type object.