Connections
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
AuthorizationRequiredBearer <token>Bearer token authentication required
In: header
Path Parameters
idRequiredstringThe unique identifier of the connection to sync
Query Parameters
waitstringIf "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