Skip to main content
GET
List meetings

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
from
string<date-time>

Start of the window, ISO 8601. A window longer than 62 days is clamped.

to
string<date-time>

End of the window, ISO 8601.

leadId
string

Only meetings for this lead.

campaignId
string

Only meetings for leads in this campaign.

source
enum<string>

Filter by where the booking came from.

Available options:
google,
outlook,
calendly,
leadey
disposition
enum<string>

Filter by attendance mark. none returns meetings nobody has marked.

Available options:
attended,
no_show,
none
hostUserId
string

Only meetings hosted by this user.

Response

Success.

data
object[]
meta
object