---
title: "Get Syncable Companies List"
method: GET
path: "/api/v4/f/{firm_id}/syncs/companies"
tags: ["Sync Firm-Related"]
---

# Get Syncable Companies List

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

This provide the list of silverfin companies currently configured to rely on this API sync. This list is paginated.
<b>Required scope(s):</b> `financials:transactions:sync`

## Path parameters

- `firm_id` number, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

The list of companies configured with this Sync.

- object[]
  - `id` integer, required — The uniq identifier of the company in Silverfin, this is later interpolated in the URL.
  - `name` string, required — The name of the company as it can be seen in Silverfin.
  - `sync_reference` string, required — The sync reference used by the company. This is the uniq identifier in the third party sync supplied throught the `POST /sync_references` endpoint.
  - `sync_point` string, required — A unique string representing a sync point used to track sync states.
  - `sync_start_at` string, date, required — The date at which the company is configured to start on Silverfin.

---

[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)
