Introducing the new Calendly, built to handle all of the work around meetings.Learn more

Skip to content

Developer docs

Authenticate with a personal access token, create scheduling links, and subscribe to webhooks for invitee.created and invitee.canceled.

POST /api/v1/scheduling_links
Authorization: Bearer <token>
{
  "owner": "alex",
  "event_type": "30min"
}

Webhooks

Receive real-time meeting data in your systems. See Help: Use webhooks and the API.