API ReferenceConnections
Trigger sync
Initiates a sync operation for the specified connection. The operation can either wait for the sync to complete or queue it for later processing based on the `wait` query parameter.
Authorization
Authorization
RequiredBearer <token>Bearer token authentication required
In: header
Path Parameters
id
RequiredstringThe unique identifier of the connection to sync
Query Parameters
wait
stringIf "true"
, waits for the sync operation to complete before returning. Defaults to "false"
if omitted.
Default:
"false"
Value in: "true" | "false"
Sync operation initiated successfully