Pulsar Docs
API ReferenceAlert Settings V2

List Alert Setting Controller

GET
/v2/alert-settings/all

This endpoint requires authentication — use the Login page at the top of the API Reference, or paste a token in the Authorization section below.

List alert setting controller.

Authorization

bearerAuth user, superuser, admin, superadmin, readonly
Authorization<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    }  ]}