SavvyCal Meetings Developer Docs
If you are a software developer looking to build an integration with SavvyCal Meetings, you're in the right place! We offer several ways to integrate with our product, including a REST API, webhooks, and a JavaScript embed library.
REST API
The SavvyCal API adheres to REST conventions. Our API communicates in JSON format and uses OAuth access tokens to authenticate requests. We take an additive approach; new fields may be added to existing payload types as we expand the API.
The server-side REST API is available at:
https://api.savvycal.com/
JavaScript Embed
Our JavaScript library allows you to embed your scheduling links on your website (both inline and as a popover). Learn more about embedding →
Webhooks
Webhooks allow you to listen for changes in a SavvyCal account and get notified via HTTP POST requests. Learn more about webhooks →