exchange_code_for_tokens
Exchange the authorization code from your OAuth callback for access and refresh tokens, enabling authenticated Calendly API requests.
Instructions
Exchange authorization code for access and refresh tokens
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The authorization code from OAuth callback | |
| redirect_uri | Yes | The redirect URI used in authorization |