List notification alert settings.
GET/notification_settings
Returns the alert delivery settings for the authenticated user — the event/channel pairs the user currently receives. These control which alerts trigger the notifications returned by GET /notifications (and their email equivalents).
Responses
- 200
- 401
- 429
Array of the user's active notification settings.
API key authorization failed.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.