Cezanne HR
Companies

Cezanne HR Companies API

Sync companies data with Cezanne HR through Apideck's unified API. One integration, instant access.

Supported Operations for Cezanne HR Companies

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

8 fields

Fields available for Cezanne HR Companies

idlegal_namedisplay_namestatuscompany_numberupdated_bycreated_byupdated_at

API Model Preview

Sample response structure for companies

{
  "id": "12345",
  "legal_name": "Example Legal Name",
  "display_name": "Example Display Name",
  "status": "active",
  "company_number": 10,
  "updated_by": {
    "id": "12345",
    "name": "John Doe",
    "email": "john.doe@example.com"
  },
  "created_by": {
    "id": "12345",
    "name": "John Doe",
    "email": "john.doe@example.com"
  },
  "updated_at": "2024-01-15T10:30:00.000Z"
}

Quick Start Example

Start syncing Cezanne HR companies 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 companies from Cezanne HR
const result = await apideck.hris.companies.list({
  serviceId: 'cezannehr'
})

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

Cezanne HR SDKs

Build Cezanne HR integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up