SparkTG

Available Agent Documentation

Available Agent

v1.0

Available Agent

Get list of free agents

Agent Managementv1.01 Endpoint

Overview

Based on the provided credentials, available/free agents will be provided of the assigned service id.

Authentication

Basic Authentication

Methods

GET

Response

JSON Format

Available Endpoints

GET/agents-free

Quick Example

Try this API with a simple cURL command

Basic API Call
curl -i -u "username:password" "https://telephonycloud.co.in/api/v1/agents-free"
💡 Replace username:password with your actual credentials

Response Preview

Sample response from this API

Sample Response
[{"name":"Agent20","id":23},{"name":"Agent21","id":24},{"name":"Agent32","id":35},{"name":"Agent85","id":88}]
View complete response format in Response section