AurionAI Docs

Get Notification Preferences

Get push notification preferences (AC5).

GET
/api/v1/app/notification-preferences

Get push notification preferences (AC5).

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/app/notification-preferences"
{
  "push_enabled": true,
  "resolution_alerts": true,
  "ticket_updates": true
}