Embed Widgets
List Widget Leads
Paginated leads captured by a widget.
GET
List Widget Leads
Authentication
Requires a Bearer token (API key) or a dashboard session.Path Parameters
string
required
The widget config UUID.
Query Parameters
number
default:"50"
Page size (max 200).
number
default:"0"
Number of leads to skip.
string
Case-insensitive match against captured lead fields.
string
ISO timestamp lower bound (inclusive).
string
ISO timestamp upper bound (inclusive).
Response
array
Each lead:
id, lead_data (the captured fields), session_id, ip_country, referrer_url, created_at.number
Total leads matching the filter.
number
number
Example
curl
List Widget Leads
