Model Sync

Start Sync

POST

🚧 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.

Path parameters

idstringRequired

Request

This endpoint expects an object.
identities
list of stringsOptional
resync
booleanOptional

Response

This endpoint returns an object
data
objectOptional

Errors

POST
1curl -X POST https://app.polytomic.com/api/syncs/248df4b7-aa70-47b8-a036-33ac447e668d/executions \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
1{
2 "data": {
3 "created_at": "2024-01-01T00:00:00Z",
4 "id": "248df4b7-aa70-47b8-a036-33ac447e668d",
5 "status": "created"
6 }
7}