v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Model Sync

Start Sync

Starts a new execution of a model sync.

🚧 Force full resync

Use caution when setting the resync parameter to true. This will force a full resync of the data from the source system. This can be a time-consuming operation and may impact the performance of the source system. It is recommended to only use this option when necessary.

post/api/syncs/{id}/executions

Path parameters

idstring uuid required
Example:248df4b7-aa70-47b8-a036-33ac447e668d

Headers

X-Polytomic-Versionstring

Request body

identitiesstring[] nullable
resyncboolean
testboolean

Response

OK

Example response

{
  "data": {
    "created_at": "2024-01-01T00:00:00Z",
    "id": "7f3e9c2a-4b8d-4f1e-a9c3-6d5e2f8b1a7c"
  }
}