Get My Notification Preferences
GET/api/alert-preferences/mine
The authenticated user's personal notification preference matrix. Only alert types whose audience includes the user are returned, grouped by category (and by integration for integration-specific types).
Each row shows the resolved value per channel plus an inherited marker — true means the value comes from the account-wide preference or the built-in default rather than a personal override. Rows with mandatory: true cannot have their in-app channel disabled. audience_reason explains why the user receives the type at all.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.