Get Subscribers Documentation
Get Subscribers
v1.0Get Subscribers
v1.0Get Subscribers
Retrieve event subscribers
Real-time Integrationv1.01 Endpoint
Overview
Get Subscribers API : GET : /subscriber
Authentication
Basic Authentication
Methods
GET
Parameters
2 Parameters
Response
JSON Format
Available Endpoints
GET
/subscriberKey Parameters
svc-id(Integer)12
agent-id(Integer)324
Quick Example
Try this API with a simple cURL command
Basic API Call
curl -i -u "username:password" "https://telephonycloud.co.in/api/v1/subscriber?svc-id=12"💡 Replace username:password with your actual credentials
Response Preview
Sample response from this API
Sample Response
[{"id":1,"force":true,"url":"https://localhost:9001/log","registered":true,"agent_id":0,"svc_id":1,"auth_key":"abc-1234-xyz","device_id":"abc","channel_type":"mobile","register_time":1561744544000,"up...View complete response format in Response section
