Skip to main content
The FloKit v1 REST API is in design-partner preview — endpoints and schemas may change before general availability. Contact your FloKit team for access.

GET /v1/integrations

List all integrations configured for the current workspace.

Response

Integration object fields


GET /v1/integrations/

Get full details for a specific integration, including sync statistics.

Response


POST /v1/integrations//sync

Trigger a manual sync for an integration. Useful after configuration changes or to recover from a sync error without waiting for the next scheduled sync.

Response

The sync runs asynchronously. Check the integration status via GET /v1/integrations/{id} or subscribe to integration.error webhooks to be notified of sync failures.