Create Sync
Sync
Create Sync
Trigger a sync for a company.
POST
Create Sync
Trigger a sync for a connected company.Documentation Index
Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt
Use this file to discover all available pages before exploring further.
Request Body
All fields are optional.| Field | Type | Description |
|---|---|---|
dataModelsToSync | array | Data models to sync, with optional syncFrom. |
fullSync | boolean | Full sync flag. |
isManualSync | boolean | Manual sync flag. |
dataModelsToSync[] entry:
| Field | Type | Required | Description |
|---|---|---|---|
dataModel | enum | Yes | Data model to sync. |
syncFrom | string | No | Historical sync start (ISO 8601). |
Response
Returns 201 Created with{ data: { sync: { id, dataModelsSyncing } }, request_id }.Authorizations
Path Parameters
RootFi company ID for the company connection to read or write.
Body
application/json