/v1/broadcast/{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

Get a Broadcast's details

To get details of a broadcast we can use the below method

curl --request GET \
  --url https://api.servetel.in/v1/broadcast/id \
  --header 'accept: application/json' \
  --header 'authorization: Bearer yourtokenhere'

Path Parameters

Variable NameDescriptionData type
id*Unique ID of the BroadcastString
Language
Click Try It! to start a request and see the response here!