API ReferenceAlert Settings V2
List Alert Machines Controller
List alert machines 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/alertMachine/all"{ "data": [ { "id": "string", "machineId": 0.1, "alertSettingId": "string", "alertPersonas": [ { "name": "string", "id": "string" } ] } ]}