Connectors (OAuth)
Native OAuth connections (e.g. GitHub), separate from the Unified.to-based integrations. Base path: /v1/connectors.
| Method | Path | Auth | Purpose |
|---|---|---|---|
GET | /v1/connectors | – | List available OAuth connectors |
GET | /v1/connectors/connections | Bearer | Your own active OAuth connections |
GET | /v1/connectors/{provider} | Bearer | Connection status for a provider |
GET | /v1/connectors/github/connect | – | Start the GitHub OAuth flow (redirect) |
GET | /v1/connectors/github/callback | – | GitHub OAuth callback |
DELETE | /v1/connectors/github | Bearer | Disconnect 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.
