DevelopersAPIReferencevendors
Linked systems
The integrations at least one vendor is linked to, as the values the list endpoint accepts for linkedTo (e.g. ["finway", "hubspot"]). Empty when no vendor…
Authentication
Checking whether you're signed in…
Authorization<token>
A SaaSFlow API key (format sf_…) or an OAuth bearer token. Paste only the key — the proxy adds the Bearer prefix. Create an API key in Settings → Company settings → API keys — see API keys.
In: header
Path Parameters
companyId*string
Length
1 <= lengthResponse Body
application/json
curl -X GET "https://example.com/companies/string/vendors/linked_systems"[ "string"]Create vendor
Create a vendor. defaultCategorization is the template applied to every future transaction matched to this vendor: category, date rule, P&L split, and…
Retrieve vendor
Retrieve a single vendor by id, including its default categorization. Returns 404 if the vendor does not exist or belongs to another company.