Home / Formulas / Calendly

Calendly

calendly

Authenticate with Calendly using Personal Access Tokens or OAuth. Access scheduling and event data.

🔐 Authentication Methods

personal_access_token
Personal Access Token
  • Go to Calendly Settings > Integrations
  • Scroll to API & Webhooks
  • Click 'Connect' or 'Create Token'
  • Copy the API key or token
oauth
OAuth
authorize: https://auth.calendly.com/oauth/authorize
token: https://auth.calendly.com/oauth/token
Scope: default
  • Go to Integrations > API & Webhooks
  • Create an OAuth application
  • Copy Client ID and Client Secret

👤 Identity

Account: e.g., personal, organization

🌐 APIs

rest
Base URL: https://api.calendly.com
Auth Header: Bearer {token}
Spec Type: openapi
Methods: personal_access_token oauth
← Back to all formulas