curl --request GET \
--url 'https://edi.stateset.com/v1/leads' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Lists recent captured leads (operator view). Leads come from the public
marketing funnel and carry no tenant attribution, so this is a platform surface: only the global admin token may read them — a tenant or partner key must not…
GET
/
v1
/
leads
curl --request GET \
--url 'https://edi.stateset.com/v1/leads' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
marketing funnel and carry no tenant attribution, so this is a platform
surface: only the global admin token may read them — a tenant or partner
key must not see other prospects’ contact details.
Query parameters
integer
Max leads to return (default 100)
Response
No response body. Recent leads, newest first.Status codes
| Code | Meaning |
|---|---|
200 | Recent leads, newest first |
403 | Not the platform admin |
curl --request GET \
--url 'https://edi.stateset.com/v1/leads' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
Last modified on August 31, 2026