Get started
Quickstart
Get up and running with your first API call in minutes.
Authentication
Learn how to authenticate your requests using API keys.
API Reference
Explore the full list of available endpoints and parameters.
Webhooks
Receive real-time notifications when events happen in Zeeg.
What can you build?
The Zeeg API enables you to:- Manage scheduled events — list, cancel, and hand over scheduled events across your workspace.
- Query and create bookings — programmatically create bookings or retrieve booking data for reporting and syncing.
- Manage availability schedules — read and update availability rules for users and scheduling pages.
- Set up webhook subscriptions — subscribe to events like booking creation, cancellation, or rescheduling for real-time notifications.
- Manage workspace users and teams — invite members, assign roles, and organize teams within your workspace.
- Trigger AI agent outbound calls — initiate AI-powered outbound calls through the API.
Base URL
All API requests are made to the following base URL:You are using API version 2.0.0. All endpoints documented here are part of this version.
Authentication
The Zeeg API uses Bearer token authentication. Include your token in theAuthorization header of every request:
You can generate and manage your API tokens at app.zeeg.me/account/settings/api-access.