SparkTG

Update Event Documentation

Update Event

v1.0

Update Event

Update event mask settings

Real-time Integrationv1.01 Endpoint

Overview

Update Event-Mask for Events API : PATCH : /subscriber

Authentication

Basic Authentication

Methods

PATCH

Parameters

3 Parameters

Response

JSON Format

Available Endpoints

PATCH/subscriber

Key Parameters

svc-id(Integer)

15

agent-id(Integer)

342

event-mask(Integer)

1111110

Quick Example

Try this API with a simple cURL command

Basic API Call
curl -i -X PATCH -u "username:password" "https://telephonycloud.co.in/api/v1/subscriber" -d "svc-id=1&agent-id=1&event-mask=1111110"
💡 Replace username:password with your actual credentials

Response Preview

Sample response from this API

Sample Response
true
View complete response format in Response section