StartSync
Start a scheduled resource synchronization job for a platform.
POST
/api/v1/platforms/syncOperation ID
StartSyncSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
platformUuidStringRequiredUUID of the platform to start syncing
Example: plat-abc123-def456
syncIntervalStringRequiredCron-like interval expression for the sync schedule
Example: */5 * * * *
resourcesListRequiredList of resource types to include in the sync
Example: item1,item2
