FreeAgent
Company

FreeAgent Company API

Sync company data with FreeAgent through Apideck's unified API. One integration, instant access.

In Apideck, this resource is called Company Info (API: company-info)

Supported Operations for FreeAgent Company

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

18 fields

Fields available for FreeAgent Company

idcompany_namestatuslegal_namecountrysales_tax_numberautomated_sales_taxsales_tax_enableddefault_sales_taxcurrencylanguagefiscal_year_start_monthcompany_start_dateaddressesphone_numbers+3 more

API Model Preview

Sample response structure for company

{
  "id": "12345",
  "company_name": "Example Company Name",
  "status": "active",
  "legal_name": "Example Legal Name",
  "country": 10,
  "sales_tax_number": 10,
  "automated_sales_tax": "string",
  "sales_tax_enabled": "string",
  "default_sales_tax": "string",
  "currency": "USD",
  "language": "string",
  "fiscal_year_start_month": "string",
  "company_start_date": "2024-01-15",
  "addresses": [
    {
      "id": "123",
      "type": "primary",
      "string": "25 Spring Street, Blackburn, 
  ...

Quick Start Example

Start syncing FreeAgent company in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List company from FreeAgent
const result = await apideck.accounting.companyInfo.list({
  serviceId: 'freeagent'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified company data

FreeAgent SDKs

Build FreeAgent integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up