API ReferenceAlert Settings V2
List Alert Setting Controller
List alert setting controller.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Response Body
application/json
curl -X GET "https://example.com/v2/alert-settings/all"{ "data": [ { "id": "string", "name": "string", "threshold": 0.1, "isActive": true, "companyId": 0.1 } ]}