Skip to main content
GET
/
v1.0
/
account
/
services
cURL
curl -X GET 'https://api.telegent.com/v1.0/account/services' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "AggregatorId": "AGID-1e24785ab-3f3c-7db1-89d7-956d80fdnn2",
  "TotalServices": 1,
  "Filter": "Active",
  "Results": [
    {
      "ServiceId": "SID-65d007be-8b49-45ac-b8ae-77b8d6a66c8b",
      "ServiceName": "Caller Id",
      "Cost": 2.34,
      "Monthly": true,
      "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.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Query Parameters

Filter
string

Filter by status (e.g., Active, Inactive, All)

Response

200 - application/json

Get Services List

The response is of type object.