Skip to content

Connectors (OAuth)

Native OAuth connections (e.g. GitHub), separate from the Unified.to-based integrations. Base path: /v1/connectors.

MethodPathAuthPurpose
GET/v1/connectorsList available OAuth connectors
GET/v1/connectors/connectionsBearerYour own active OAuth connections
GET/v1/connectors/{provider}BearerConnection status for a provider
GET/v1/connectors/github/connectStart the GitHub OAuth flow (redirect)
GET/v1/connectors/github/callbackGitHub OAuth callback
DELETE/v1/connectors/githubBearerDisconnect GitHub

Example

bash
curl https://api.eu.liza.app/api/v1/connectors/connections \
  -H "Authorization: Bearer DEIN_TOKEN"

Once GitHub is connected successfully, the github_* tools become available in the MCP server.

Liza Documentation