v1

latestOpenAPI 3.0.02026-07-2418630310.7 KB
Sync Firm-Related

Update 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

post/api/v4/f/{firm_id}/syncs/sync_references

Path parameters

firm_idnumber required

The unique identifier of the firm.

Request body

Example request

{
  "company_references": [
    {
      "id": "company-123",
      "name": "Company Name"
    }
  ]
}

Response

Sync references updated successfully.

object required