List Connections
ListConnections returns per-user MCP servers the calling user can connect to, filtered to apps where the user has an account. Covers OAuth2 authorization-code passthrough as well as bearer-token / custom-header per-user methods. Includes per-user connection status.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Query Parameters
Page size (max 100).
Page token for pagination.
Response
MCPServerServiceListConnectionsResponse returns a list of passthrough-mode MCP servers with per-user connection status.