Skip to main content

Init Sync

POST 

/ext/integrations/sync-sdk/init-sync

Whenever you need to synchronize data points, you must invoke this API to generate a fresh syncId for the target application. In the subsequent APIs, in addition to the data, you will need to include both the syncId and the instance ID

Request

Body

    forceSync string
    orgIntegrationId string

Responses

201 Response

Schema

    message string
    syncId string
    syncPath string
Loading...