API ReferenceAlerts Config
List Alert Types
List alert types.
Authorization
bearerAuth superadmin, superuserAuthorization<token>
In: header
Scope: superadmin, superuser
Response Body
application/json
curl -X GET "https://example.com/v1/alerts-config/alert-types"{ "alert_types": [ { "id": 0.1, "params_validation": {}, "description": "string", "detector": "string", "name": "string" } ]}