APIUser Connections

Start OAuth authorization

Start OAuth authorization flow. Returns URL to redirect the user to.

POST/user/connections/authorize

Start OAuth authorization flow. Returns URL to redirect the user to.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/user/connections/authorize" \  -H "Content-Type: application/json" \  -d '{    "mcp_id": "92dad337-069f-4a18-a93d-2e7f16082ffb"  }'
{  "authorization_url": "http://example.com"}