Exchanges an OAuth 2.0 authorization code for an OIDC id_token and user context. Authenticate with your app’s API key in the Authorization header. No X-Organization-Id header required. Errors follow OAuth 2.0 spec format (RFC 6749).
Documentation Index
Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace API key
Target clinic organization ID
Must be 'authorization_code'
"authorization_code"
The authorization code received from the callback
"d4d9cccb37643c5913fe649d1880889a..."
Must match the redirect_uri used in the authorize request
"https://myapp.com/auth/callback"