If you are a software developer looking to build an integration with SavvyCal, 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.
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/
Our JavaScript library allows you to embed your scheduling links on your website (both inline and as a popover). Learn more about embedding →
Webhooks allow you to listen for changes in a SavvyCal account and get notified via HTTP POST requests. Learn more about webhooks →