Introduction to Cal.com API v2 endpoints
cal_
and live mode secret keys have the prefix cal_live_
.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Authentication to the API is performed via the Authorization header. For example, the request would go something like:
x-cal-client-id
- ID of the OAuth client.x-cal-secret-key
- secret of the OAuth client.