Starts the OAuth authorization code flow. Redirect the user’s browser to this endpoint.
curl --request GET \
--url https://auth.calendly.com/oauth/authorize \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
code S256 Space-separated scopes to request.
Redirect back to your application's redirect_uri with an authorization code.
curl --request GET \
--url https://auth.calendly.com/oauth/authorize \
--header 'Authorization: Bearer <token>'