Send Signal Documentation
Send Signal
v1.0Send Signal
v1.0Send Signal
Send control signals to calls
Call Controlv1.01 Endpoint
Overview
POST /calls/{call-txn-id}
Authentication
Basic Authentication
Methods
POST
Parameters
1 Parameters
Response
JSON Format
Available Endpoints
POST
/calls/{call-txn-id}
Key Parameters
signal
(String)To hangup a call, set value as hangup
Quick Example
Try this API with a simple cURL command
Basic API Call
curl -X POST -u "username:password" https://telephonycloud.co.in/api/v1/calls/{call-txn-id}
💡 Replace username:password with your actual credentials
Response Preview
Sample response from this API
Sample Response
true
View complete response format in Response section