Skip to main content
GET
/
v1.0
/
services
cURL
curl -X GET 'https://api.telegent.com/v1.0/services?ServiceId=SID-65d007be-8b49-45ac-b8ae-77b8d6a66c8b' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "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

ServiceId
string

The unique service ID to retrieve details for

Response

200 - application/json

Service-Details

The response is of type object.