Aurion Docs
Api

List Notification Preferences

List user notification preferences.

GET
/api/v1/configuration/notifications

List user notification preferences.

AuthorizationBearer <token>

In: header

Query Parameters

search?|
limit?integer
Default50
Rangevalue <= 100
offset?integer
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/configuration/notifications"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}