Synchronization endpoints

The synchronization REST API exposes the following endpoints.

Method Description
POST /import/synchronize/<synchronization_id>/batch/<file_format>-job Start or continue a synchronization cycle by providing a list of import commands to execute.
POST /import/synchronize/<synchronization_id>/finalize/job Terminate a synchronization cycle.
POST /import/synchronize/<synchronization_id>/<file_format>-job Execute a full synchronization cycle in one single REST call.
  • <synchronization_id> is the ID assigned to your synchronization
  • <file_format> is either json, csv, or excel depending on the used import file format.