Generate an OAuth authorization URL for the given MCP server

get/v1/mcp/{serverId}/oauth-url

Path parameters

serverIdstring required

MCP server ID

Query parameters

namestring

Optional connector display name

Response

OK

codeinteger
dataobject
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.