x-cpod-domain: integrations
Integrations
External system connections, data source registry, and sync state tracking for monitoring cross-app data pipeline health.
6 tables·client.integrations.connections · client.integrations.dataSources · client.integrations.syncState · client.integrations.microsoft.config · client.integrations.microsoft.connection · client.integrations.microsoft.calendar
Tables
Click a table for its schema and APIConnection
6fAn external system connection (OAuth, API key, webhook).
/api/v1/integrations/connectionslistgetcreateupdatedeleteIntegrationDataSource
6fA registered data source with metadata.
/api/v1/integrations/data-sourceslistgetcreateupdatedeleteSyncState
6fSync status and last-refresh timestamps for a data source.
/api/v1/integrations/sync-statelistgetcreateupdateMicrosoftConfig
5fTenant-admin Azure app registration for Microsoft Calendar (client ID/secret stored encrypted).
/api/v1/integrations/microsoft/configputConfiggetConfigMicrosoftConnection
6fPer-user Microsoft OAuth connection — authorize, redeem the msConnect ticket, status, disconnect.
/api/v1/integrations/microsoft/connectiongetStatusgetAuthorizeUrlcompleteConnectiondisconnectMicrosoftCalendar
8fMicrosoft Graph calendar broker — list, create, update, cancel, and respond to events.
/api/v1/integrations/microsoft/calendar/eventslistEventscreateEventupdateEventcancelEventrespondToEvent