List Scheduling Pages
Retrieve a paginated list of scheduling pages (event types) in your workspace, including title, slug, duration, and active status.
Documentation Index
Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Filter for scheduling pages of a specific user in your organization by slug. Only usable with an organization admin/owner token. Mutually exclusive with email and publicId.
"lena-meier"
Filter for scheduling pages of a specific user in your organization by email. Case-insensitive. Only usable with an organization admin/owner token. Mutually exclusive with userSlug and publicId.
"lena@acme.com"
Filter for scheduling pages of a specific user in your organization by their stable public identifier. Case-insensitive. Only usable with an organization admin/owner token. Mutually exclusive with userSlug and email.
"aBc123"
Limit the number of returned results per page.
1 <= x <= 10010
Page number for paginated results.
x >= 1