AurionAI Docs

List Notification Preferences

GET
/api/v2/notifications/preferences

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

category?Category
Default"agent"
Match^(agent|requester|cc|kb_review)$

Response Body

application/json

application/json

curl -X GET "https://loading/api/v2/notifications/preferences"
[
  {
    "category": "agent",
    "channel": "string",
    "enabled": true,
    "event_type": "string"
  }
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}