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
    }
  ]
}

Query Parameters

ServiceId
string

The service ID to retrieve items for

Response

Success — returns the service items for the specified service

The response is of type object.