FortnoxCompany Information

Fortnox Company Information API

Sync permissioned company information data with Fortnox through Apideck's unified API. One integration, instant access to the governed data your team needs.

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

Supported Operations for Fortnox Company Information

Get operation available through our unified API

list
get
create
update
delete

Supported Fields

10 fields

Fields available for Fortnox Company Information

idcompany_namestatuslegal_namecountrysales_tax_numbercurrencyaddressesphone_numbersemails

API Model Preview

Sample response structure for company information

{
  "id": "12345",
  "company_name": "Acme Inc",
  "legal_name": "Acme Incorporated",
  "country": "US",
  "currency": "USD"
}

Quick Start Example

Start syncing Fortnox company information 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 information from Fortnox
const result = await apideck.accounting.companyInfo.list({
  serviceId: 'fortnox'
})

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

Other Fortnox Data You Can Sync

Explore more Fortnoxresources available through Apideck's unified API

Fortnox SDKs

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

Launch accounting integrations in weeks, not months

Get started for free