Public redirect endpoint that the Microsoft authorization server calls after the end user grants access. Exchanges the authorization code for tokens, stores the calendar connection for the tenant, and redirects the browser back to the dashboard. Not called directly by API clients.
Request
Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Query Params
Responses
🔵302
Redirect back to the dashboard or agent edit page with a success or error query parameter (e.g. ?success=outlook_connected or ?error=token_exchange_failed).