get
https://api.servetel.in/v1/broadcast/lists
Detailed list of all broadcast-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 Name | Description | Data Type |
|---|---|---|
| id | Unique ID of the broadcast list | Integer |
| name | Name of the broadcast | String |
| description | Description Related to broadcast | String |
| count_id | Count of leads associated with the list | Integer |
