MCP OAuth
Exchange an authorization code or refresh token.
Supports authorization_code with PKCE S256 and refresh_token with rotation.
post/mcp/oauth/token
Request body
Response
MCP OAuth token response.
Example response
{
"expires_in": 900,
"scope": "workspace:read leads:read analytics:read agent:read"
}