Docs
System Logistics / 05
Documentation
Integrate Scheduler into your own system architecture. Establish programmatic booking links and listen to realtime webhooks.
Quickstart Integration
The simplest way to embed Scheduler is via our high-performance Drop-in SDK. It handles all authentication and synchronization automatically.
HTML / EMBED
<script src="https://scheduler.dev/sdk.js"></script>
<div
data-scheduler-target="pro-schedule"
data-theme="monochrome"
></div>REST Endpoints
Create and manage meetings directly through our raw REST infrastructure. Provide your standard Bearer Token in the headers.
GET
Copy/v1/schedules/availabilityPOST
Copy/v1/bookings/create