Finish Sync
PUT/ext/integrations/sync-sdk/finish-sync
This marks the final step in the synchronization process. Invoke this API after you have successfully uploaded all the necessary data to Zluri.
Request
- application/json
Body
orgIntegrationId string
syncId string
Responses
- 200
200
- application/json
- Schema
- Example (from schema)
- 200
Schema
message string
{
"message": "sync finished successfully"
}
{
"message": "sync finished successfully"
}
Loading...