Skip to main content
GET
List leads

Authorizations

Authorization
string
header
required

Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….

Query Parameters

page
integer
default:1

1-based page number.

Required range: x >= 1
pageSize
integer
default:25

Items per page (max 100).

Required range: 1 <= x <= 100

Free-text search across the resource's key fields.

campaignId
string

Only return leads in this campaign.

status
string

Filter by lead status (e.g. pending, replied).

source
string

Only return leads with this source, for example website-form. Matches the source set at creation.

Response

A page of leads.

data
object[]
meta
object