Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Put your data to work so you can accomplish tasks quicker
We currently provide three APIs for you to integrate Calendly into your application: API v2: Our current, actively maintained API. The Calendly API v2 is REST-based and has predictable resource-oriented URLs. It uses JSON for request and response bodies and standard HTTP methods, authentication, and response codes. Embed API: Our simpler, easy-to-use API that lets you add a Calendly landing or booking page to your website. See how to add Calendly to your website. Webhook API: Our friendly, lightweight API that lets you automatically receive Calendly data with webhook subscriptions anytime invitees schedule, cancel, or reschedule a meeting.Build integrated apps for your team or customersAuthenticating requests
The Calendly API v2 uses personal access tokens and OAuth 2.1 to authenticate requests. Choose either depending on who’s using the application you’re integrating with Calendly.- If you’re integrating an internal application that only your team will use, authenticate with personal access tokens.
- If you’re integrating a public application that many Calendly users will use, authenticate with OAuth.