Get the caller’s OAuth connection status for an MCP server
GEThttps://platform.docana.com/api/v1/mcp-servers/:mcpServerId/connection/
Reports whether the server requires a per-user OAuth connection and, when it does, the state of the caller’s stored tokens (not_connected, connected, expiring_soon or expired). Use GET /api/v1/mcp-servers/oauth/authorize/ to start a new connection.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The connection status
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
MCP server not found
Unexpected server error.