Supported Operations for Hailey HR Companies

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

4 fields

Fields available for Hailey HR Companies

idlegal_namedisplay_namecompany_number

API Model Preview

Sample response structure for companies

{
  "id": "12345",
  "legal_name": "Example Legal Name",
  "display_name": "Example Display Name",
  "company_number": 10
}

Quick Start Example

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

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

Other Hailey HR Data You Can Sync

Explore more Hailey HRresources available through Apideck's unified API

Hailey HR SDKs

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

Launch accounting integrations in weeks, not months

Get started for free