cURL
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 }
Get user’s notification preferences
User notification preferences
The response is of type object.
object
Was this page helpful?