v1
latestOpenAPI 3.0.02026-07-2418630310.7 KBSync Firm-Related
Get Syncable Companies List
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
get/api/v4/f/{firm_id}/syncs/companies
Path parameters
firm_idnumber required
The unique identifier of the firm.
Query parameters
per_pageinteger
The number of companies returned per page during the pagination
pageinteger
The page number used for paginating companies
Response
The list of companies configured with this Sync.
Example response
[
{
"sync_reference": "company-123",
"sync_point": "f9a7c6df341325822e3ea264cfe39e5ef8c73aa4"
}
]