Exchanges an MCP OAuth authorization code plus PKCE verifier for a bearer token.
curl --request POST \
--url https://api.case.dev/oauth/token \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
OAuth token response
Was this page helpful?
curl --request POST \
--url https://api.case.dev/oauth/token \
--header 'Authorization: Bearer <token>'