---
title: "Update Sync References"
method: POST
path: "/api/v4/f/{firm_id}/syncs/sync_references"
tags: ["Sync Firm-Related"]
---

# Update Sync References

`POST /api/v4/f/{firm_id}/syncs/sync_references`

Updates the sync references for the current application. This allows users to configure a company for synchronization with a third-party service by selecting the appropriate references.
<b>Required scope(s):</b> `financials:transactions:sync`

## Path parameters

- `firm_id` number, required

## Request body

- object
  - `company_references` object[], required
    - `id` string, required — The unique ID of the company.
    - `name` string, required — The name of the company.

## Response `201`

Sync references updated successfully.

- object

## Other responses

- `422` — The request payload is invalid.

---

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