Error
A valid request URL is required to generate request examples{
"status": "success",
"message": "Operation completed successfully"
}MCP
Complete MCP client OAuth flow
Completes the OAuth flow for an MCP client after the user has authorized the request. This endpoint should be called after the OAuth provider redirects back to the callback endpoint and the OAuth token has been stored. It retrieves the pending MCP client configuration and establishes the connection with the OAuth-provided credentials.
POST
/
api
/
mcp
/
client
/
{id}
/
complete-oauth
Error
A valid request URL is required to generate request examples{
"status": "success",
"message": "Operation completed successfully"
}Authorizations
Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <API key>.
Virtual keys, dashboard/user/session tokens, and x-api-key headers are not supported on management APIs.
Path Parameters
MCP client ID
Was this page helpful?
⌘I

