Skip to main content
GET
/
v1.0
/
services
/
items
cURL
curl -X GET 'https://api.telegent.com/v1.0/services/items?ServiceId=SID-abc123' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "ServiceId": "SID-abc123",
  "Items": [
    {
      "Price": 9.99,
      "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 service ID to retrieve items for

Response

200 - application/json

Success — returns the service items for the specified service

The response is of type object.