cURL
curl --request GET \ --url https://api.togai.com/alert_templates/{alert_template_id} \ --header 'Authorization: Bearer <token>'
{ "id": "abcd-efgh-ijkl-mnop", "name": "Alert1", "desc": "Alert1 Description", "entitySchema": "{\"type\":\"object\",\"properties\":{\"usageMeterId\":{\"type\":\"string\"}}}", "entityType": "UsageMeter", "interval": "30", "parametersSchema": "{\"type\":\"object\",\"properties\":{\"threshold\":{\"type\":\"number\"}}}", "ownerSchema": "{\"type\":\"object\",\"properties\":{\"accountId\":{\"type\":\"string\"}}}", "ownerType": "Account", "createdAt": "2020-01-01T00:00:00Z", "updatedAt": "2020-01-01T00:00:00Z" }
Get an alert template
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"abcd-efgh-ijkl-mnop"
Response for getting alert template
The response is of type object.
object