Calendly
calendlyAuthenticate with Calendly using Personal Access Tokens or OAuth. Access scheduling and event data.
🔐 Authentication Methods
personal_access_token
Personal Access Token
Register at: https://calendly.com/integrations/webhooks
- 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
Register at: https://calendly.com/integrations/api_oauth
- 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