SparkTG

Ping API Documentation

Ping API

v1.0

Ping API

Verify Service Availability and Connectivity Instantly

Pingv1.01 Endpoint

Overview

The /ping API returns "pong" to confirm that the Telephony Cloud service is running, reachable, and that authentication is working correctly

Authentication

Basic Authentication

Methods

GET

Response

JSON Format

Available Endpoints

GET/ping

Quick Example

Try this API with a simple cURL command

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

Response Preview

Sample response from this API

Sample Response
pong
View complete response format in Response section