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

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
identitieslist of stringsOptional
resyncbooleanOptionalDefaults to false
testbooleanOptionalDefaults to false

Response

OK
dataobject

Errors

400
Model Sync Start Request Bad Request Error
401
Model Sync Start Request Unauthorized Error
403
Model Sync Start Request Forbidden Error
404
Model Sync Start Request Not Found Error
409
Model Sync Start Request Conflict Error
500
Model Sync Start Request Internal Server Error