v1

latestOpenAPI 3.1.02026-07-22370342.6 KB
Data Management

Retry Sync

Retry a failed sync job with the same parameters. This is useful for retrying syncs that failed due to temporary issues.

post/syncs/{id}/retry

Headers

Connection-Tokenstring required
Example:con_tkn_22vUhkC6tgre4kwaYfUkCDA1rzn6eyb4

The token returned when a user authenticated their account. This authorizes access to a specific account.

Response

OK

idstring ulid
messagestring

Example response

{
  "id": "sync_01GV12VR4DJP70GD1ZBK0SDWFH",
  "message": "Sync retry requested"
}