GET
/
core
/
syncs
/
{sync_id}
curl --request GET \
  --url https://api.rootfi.dev/v3/core/syncs/{sync_id} \
  --header 'api_key: <api-key>'
{
  "data": {
    "rootfi_id": 1,
    "rootfi_company_id": 8422,
    "rootfi_updated_at": "2024-06-21T08:07:05.750Z",
    "rootfi_created_at": "2024-06-21T08:07:05.750Z",
    "start_time": "2024-06-21T08:07:05.000Z",
    "end_time": "2024-06-21T08:07:40.382Z",
    "integration_type": "ZOHO_BOOKS",
    "full_sync": true,
    "sync_type": "AUTO_SYNC",
    "config_mode": "READ",
    "sync_data_models": [
      "CUSTOM_ACCOUNT_TRANSACTIONS"
    ],
    "sync_id": "hjmm4d2HDHB60a2",
    "total_count": 3,
    "success_count": 3,
    "failed_count": 0,
    "running_count": 0,
    "pending_count": 0,
    "status": "SUCCESS"
  }
}

Authorizations

api_key
string
header
required

Path Parameters

sync_id
string
required

The ID of the sync to retrieve

Response

200
application/json

The data of the sync endpoint

data
object
required

The data of the invite link endpoint