cURL
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>" ] } ] }
Retrieve the sync config for your organization.
The integration category whose sync config you want to retrieve
ACCOUNTING
PAYMENTS
CRM
ECOMMERCE
CUSTOM
The data of the sync config endpoint