get https://api.servetel.in/v1/broadcast/pause/
Pause broadcast with given id
Servetel offers a broadcast feature which works on lists that consist of leads.
Lead: Client's number and other related details
List: Collection of leads
Pause Broadcast
To pause broadcast below method can be used
curl --request GET \
--url https://api.servetel.in/v1/broadcast/pause/id \
--header 'accept: application/json' \
--header 'authorization: Bearer yourtokenhere'
Path Parameters
Variable Name | Description | Data type |
---|---|---|
id* | Unique ID of the active broadcast | String |
Response Variables
Variable Name | Description | Data type |
---|---|---|
success | Request success status | Boolean |
message | Message corresponding success status | String |