Connection
/api/v1/integrations/connectionsAn external system connection (OAuth, API key, webhook).
listgetcreateupdatedeleteSchema
| Field | Type | Notes |
|---|---|---|
| id | uuid | |
| name* | string | |
| provider* | string | |
| status | enum | active | inactive | error | pending |
| auth_type | enum | oauth2 | api_key | basic | webhook |
| connected_at | date-time |
API
client.integrations.connections.*Loading manifest…