SparkTG

Transfer Call Documentation

Transfer Call

v1.0

Transfer Call

Transfer calls between agents

Call Managementv1.01 Endpoint

Overview

Transfer Call (Blind / Attended) : POST : /transfer

Authentication

Basic Authentication

Methods

POST

Parameters

4 Parameters

Response

JSON Format

Available Endpoints

POST/transfer

Key Parameters

agent-id(Integer)

345

type(String)

BLIND / ATTENDED

call-id(UUID)

0a83b9e6-50b7-48c8-a3c5-2e8f7d60e1ae

to-agent-id(Integer)

456

Quick Example

Try this API with a simple cURL command

Basic API Call
curl -i -u "username:password" "https://telephonycloud.co.in/api/v1/transfer" -d "agent-id=345&type=BLIND&to-agent-id=456&call-id=0a83b9e6-50b7-48c8-a3c5-2e8f7d60e1ae"
💡 Replace username:password with your actual credentials

Response Preview

Sample response from this API

Sample Response
true
View complete response format in Response section