Skip to main content
GET
/
api
/
v1
/
user
/
notification-preferences
List the current user's notification preferences
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/user/notification-preferences \
  --header 'Authorization: Bearer <token>'
{
  "preferences": [
    {
      "enabled": true,
      "source": "slack"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Response

User notification preferences

preferences
object[]
required