SparkTG

Whisper/Spy Call Documentation

Whisper/Spy Call

v1.0

Whisper/Spy Call

Monitor and coach calls

Call Monitoringv1.01 Endpoint

Overview

Whispher/Spy Call : POST : /whisper-spy

Authentication

Basic Authentication

Methods

POST

Parameters

4 Parameters

Response

JSON Format

Available Endpoints

POST/whisper-spy

Key Parameters

country-code(Integer)

91

type(String)

spy/whisper

xnid(UUID)

0e5aff8c-8707-4377-8baa-31cceab9fca7

number(Integer)

9999999999

Quick Example

Try this API with a simple cURL command

Basic API Call
curl -i -X POST -u "username:password" -d "xnid=0e5aff8c-8707-4377-8baa-31cceab9fca7&country-code=91&type=spy&number=9999999999" "https://telephonycloud.co.in/api/v1/whisper-spy"
💡 Replace username:password with your actual credentials

Response Preview

Sample response from this API

Sample Response
{"isError":false,"callTxnId":"0e5aff8c-8707-4377-8baa-31cceab9fca7"}
View complete response format in Response section