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
}Retrieve detailed information about a specific service by its ServiceId. Returns service name, cost, billing frequency, and status.
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
}