v1

latestOpenAPI 3.1.0MIT2026-08-0652106151.4 KB
alerts

Get Alert Notification

Get Alert Notification.

get/tools/alerts/{Id}

Path parameters

Idinteger required

Id

Response

Sucess

Alert Notification.

emailstring email required
percentageinteger

Percentage of usage that will trigger the alert

idinteger

Alert Id.

Example response

{
  "email": "username@gmail.com",
  "percentage": 80,
  "id": 4117
}