Skip to main content
GET
/
v1.0
/
subscriptions
/
thresholds
Get Threshold
curl --request GET \
  --url https://api.telegent.com/v1.0/v1.0/subscriptions/thresholds
{
  "ThresholdId": "THID-a1b2c3d4-0000-0000-0000-000000000001",
  "AccountId": "AID-1234567",
  "ThresholdName": "80% Data Alert",
  "ThresholdType": "Data",
  "ThresholdAmount": 80,
  "ThresholdUnit": "MB",
  "ThresholdAction": "Alert",
  "Active": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

ThresholdId
string

ThresholdId string

Response

Threshold details

The response is of type object.