Fetch List of Leads in Lead List

This API allows you to fetch list of leads in lead list.

Get List of all Leads

Details of the client's to be grouped together in a Broadcast List are Leads

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

Path Parameters

Variable NameDescriptionData type
id*Unique ID of the broadcast List to which the lead corresponds toString

Response Variables

Variable NameDescriptionData type
field_0Phone Number of the LeadString
field_1Name for the LeadString
field_2Email of the LeadString
field_3Address for the LeadString
field_4Company Name of the LeadString
lead_idUnique ID of the LeadInteger
list_nameName of the List Lead corresponds toString
list_idUnique ID of the Broadcast List the lead corresponds toInteger
headerName of all the detail fields that corresponds to the LeadJSON

fields can increase like field_5, field_6 etc. according to the field array that is set while creating the Broadcast List

Error: response variables

Variable NameDescriptionData type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!