Retrieves details of a specific lead list. Requires authentication.
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
lead_list_id | string | Yes | Lead list ID (lead_id) | Lecb6be7be43b4724 |
data: JSON string containing the lead list form configurationwebhooks: Array of webhook configurations for this lead listdata field contains a JSON string with the lead list form configuration, including:
webhooks array contains webhook configurations that will be triggered when leads are captured:
id: Webhook IDurl: Webhook endpoint URLcreated: Webhook creation timestampmodified: Webhook last modification timestampdata field contains a complex JSON structure that defines the entire lead capture form. This includes styling, form fields, and user interface elements.API key authentication. Enter your API key directly in the Authorization header.
Lead list ID (lead_id)
Lead list details
Internal lead list ID
262
Unique lead list identifier
"Lecb6be7be43b4724"
Name of the lead list
"Onit Lead"
Creation timestamp
"2023-08-04T13:51:51.959871+05:30"
Last modification timestamp
"2023-08-04T13:51:51.959871+05:30"
Whether the lead list is active
true
Number of times this lead list has been used
5
Number of lead entries in this list
7
QR codes linked to this lead list
JSON string containing lead list form configuration
"[{\"type\":\"page_title\",\"data\":{\"title\":\"<p>TEST FOR NEW LEAD NOPW</p>\\n\",\"cardStyle\":{\"backgroundColor\":\"#F8F8F8\"}}},{\"type\":\"page_layout\",\"data\":{\"backgroundColor\":\"0a2e9b\"}},{\"type\":\"description_box\",\"data\":{\"text\":\"<p>NEW LEAD NEW</p>\\n\",\"cardStyle\":{\"backgroundColor\":\"#F8F8F8\"}}},{\"type\":\"banner_images\",\"data\":{\"images\":[{\"url\":\"https://qcg7-storage-staging.s3.amazonaws.com/media/uploads/560/2023/06/20230620_462316_qrcode.png\"}]}},{\"type\":\"lead_form\",\"data\":{\"description\":\"Food Preference\",\"questions\":[{\"question\":\"FOOD PREFERENCES\",\"answer\":{\"type\":\"multipleChoice\",\"data\":[{\"option\":\"VEG\"},{\"option\":\"NON VEG\"}]},\"isRequired\":true}]}},{\"type\":\"submit_button\",\"data\":{\"label\":\"SUBMIT\",\"color\":{\"label\":\"#585858\",\"button\":\"#F8F8F8\",\"border\":\"#F8F8F8\"},\"buttonStyle\":{\"borderWidth\":1,\"borderRadius\":50}}},{\"type\":\"skip_button\",\"data\":{\"label\":\"SKIP\",\"color\":{\"label\":\"#585858\",\"button\":\"#F8F8F8\",\"border\":\"#F8F8F8\"},\"buttonStyle\":{\"borderWidth\":1,\"borderRadius\":50}}}]"
Webhooks configured for this lead list