Pulsar Docs
API ReferenceAlert Settings V3

List All Alert Setting

GET
/v3/alert-settings

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 all alert setting.

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/v3/alert-settings"
{  "data": [    null  ]}