List Notification Events
List notification events for the tenant (from event registry).
List notification events for the tenant (from event registry).
AuthorizationBearer <token>
In: header
Query Parameters
category?string|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/notifications/events"[
{}
]{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}