Connectors and Integrations
Manage connector records, connector types, OAuth helpers, Pipedream, Telegram, and app integrations.
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/connector-types | List all available connector types |
GET | /v1/connector-types/{type} | Get a connector type definition by type |
GET | /v1/connectors | List all connectors for the current user |
POST | /v1/connectors | Create a new connector |
DELETE | /v1/connectors/{id} | Delete a connector |
GET | /v1/connectors/{id} | Get a connector by ID |
PUT | /v1/connectors/{id} | Update a connector |
GET | /v1/integrations/slack/oauth-url | Get Slack OAuth URL |
POST | /v1/integrations/telegram-b3os-bot | Handle B3OS Telegram bot webhook update |
DELETE | /v1/pipedream/accounts/{id} | Disconnect a Pipedream account |
GET | /v1/pipedream/accounts/{id} | Get a Pipedream account by ID |
GET | /v1/pipedream/apps | List available Pipedream apps/integrations |
GET | /v1/pipedream/apps/{app}/actions | List available actions for a Pipedream app |
GET | /v1/pipedream/connect-token | - |
GET | /v1/telegram-bot/chats | List verified Telegram chats for organization |
POST | /v1/telegram-bot/pins | Generate a PIN for Telegram chat verification |
GET | /v1/telegram-bot/pins/{pin}/status | Check Telegram PIN verification status |
