API ReferenceAlerts Config
Get Alert Type
Get a single alert type, identified by alertTypeId.
Authorization
bearerAuth superadmin, superuserAuthorization<token>
In: header
Scope: superadmin, superuser
Path Parameters
alertTypeId*number
The alert type's ID.
Format
doubleResponse Body
application/json
curl -X GET "https://example.com/v1/alerts-config/alert-types/0.1"{ "id": 0.1, "params_validation": {}, "description": "string", "detector": "string", "name": "string"}