Skip to main content
POST
/
api
/
sync
Trigger manual sync
curl --request POST \
  --url https://reit.connectors.aicoflow.com/api/sync
{
  "success": true,
  "message": "",
  "status": {
    "is_running": true,
    "last_sync_at": "<string>",
    "last_sync_duration_seconds": 123,
    "total_orders": 123,
    "synced_orders": 123,
    "failed_orders": 123,
    "error": "<string>"
  }
}

Response

200 - application/json

Sync result with current status

Sync trigger response.

success
boolean
required
message
string
default:""
status
SyncStatusModel · object

Sync operation status.