GET
/
core
/
syncs
/
config
curl --request GET \
  --url https://api.rootfi.dev/v3/core/syncs/config \
  --header 'api_key: <api-key>'
{
  "sync_config": [
    {
      "enabled": true,
      "interval": 1,
      "frequency": "DAILY",
      "data_model": "ACCOUNTS",
      "category": "ACCOUNTING",
      "scope_access": {
        "READ": true,
        "CREATE": true,
        "UPDATE": true,
        "DELETE": true
      },
      "sync_from": "2023-11-07T05:31:56Z",
      "custom_fields": [
        "<string>"
      ]
    }
  ]
}

Authorizations

api_key
string
header
required

Query Parameters

category
enum<string>
required

The integration category whose sync config you want to retrieve

Available options:
ACCOUNTING,
PAYMENTS,
CRM,
ECOMMERCE,
CUSTOM

Response

200
application/json

The data of the sync config endpoint

sync_config
object[]
required

The sync configuration data for your organization