Fetch List of Lead Lists

This API allows you to fetch list of lead lists.

Get the list of all Broadcast Lists

List for broadcast can be created using the following manner

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

Below are the response variables

Variable NameDescriptionData Type
idUnique ID of the broadcast listInteger
nameName of the broadcastString
descriptionDescription Related to broadcastString
count_idCount of leads associated with the listInteger
Language
Click Try It! to start a request and see the response here!