Start Delta Sync
POST /integrations/migrations/delta-sync
Import only what changed since a watermark.
OMIT since unless you have a reason: the app picks the last successful
watermark, which is both what you usually want and safer than guessing.
The response echoes back the watermark actually used, so read it rather
than assuming yours was accepted.
Org admin, matching the app.
Authorizations
Parameters
Header Parameters
Request Body required
Import only what changed since a watermark.
The response echoes since back as ISO 8601, so the caller learns the
watermark the server actually used rather than assuming its own was
accepted.
object
Also re-fetch records the previous run should have imported and did not. Slower, and the reason to use it is a suspected gap rather than routine.
Responses
202
Successful Response
object
An open envelope for a connection, a token or a migration report.
Open because the migration STATUS payload carries a per-entity progress map, a discovered-field map and a pipeline list that all grow with the providers - and because a dropped warning on a migration report reads as “nothing went wrong”.
object
422
Validation Error