List the caller’s OAuth connection statuses for all MCP servers
GEThttps://platform.docana.com/api/v1/mcp-servers/connections/
Covers every MCP server of the caller’s company that is configured for OAuth, servers with other auth methods are omitted. Each entry matches the GET /api/v1/mcp-servers/{mcpServerId}/connection/ response shape.
Responses
- 200
- 401
- 403
- 500
The connection statuses
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Unexpected server error.