---
title: "Get Overview and Transaction Limits"
method: GET
path: "/api/v4/f/{firm_id}/syncs/settings"
tags: ["Sync Firm-Related"]
---

# Get Overview and Transaction Limits

`GET /api/v4/f/{firm_id}/syncs/settings`

Returns various settings related to the Silverfin platform, such as the maximum number of supported analytical dimensions per transaction, supported locales for account names and the maximum amount of actions that can be submitted per request.
<b>Required scope(s):</b> `financials:transactions:sync`

## Path parameters

- `firm_id` number, required

## Response `200`

Successfully retrieved platform settings.

- object
  - `analytical_dimensions` number, required — The maximum number of analytical dimensions allowed per transaction.
  - `extra_fields` number, required — The maximum number of extra fields allowed per transaction.
  - `locales` string[], required — List of supported locales for account names.
  - `actions_per_request` number — The maximum number of actions that can be pushed in a single request.

---

[API](https://skmtc.net/silverfin/apis/silverfin-api.md) · [All operations](https://skmtc.net/silverfin/apis/silverfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/silverfin/silverfin-api/revisions/61e058ce0d3f/schema)
