Api
List Notification Preferences
List user notification preferences.
List user notification preferences.
AuthorizationBearer <token>
In: header
Query Parameters
search?|
limit?integer
Default
50Range
value <= 100offset?integer
Default
0Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/configuration/notifications"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}