Bullhorn ATSJob Orders

Bullhorn ATS Job Orders API

Sync permissioned job orders data with Bullhorn ATS through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Jobs (API: jobs)

Supported Operations for Bullhorn ATS Job Orders

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

30 fields

Fields available for Bullhorn ATS Job Orders

idslugtitlesequencevisibilitystatusemployment_termsexperiencelocationremoterequisition_idbranchrecruitershiring_managersfollowers+15 more

API Model Preview

Sample response structure for job orders

{
  "id": "12345",
  "slug": "string",
  "title": "Example Title",
  "sequence": "string",
  "visibility": "string",
  "status": "active",
  "employment_terms": "string",
  "experience": "string",
  "location": "string",
  "remote": "string",
  "requisition_id": "12345",
  "branch": "string",
  "recruiters": "string",
  "hiring_managers": "string",
  "followers": "string",
  "description": "Example Description",
  "description_html": "Example Description Html",
  "blocks": "string",
  "closing":
  ...

Quick Start Example

Start syncing Bullhorn ATS job orders 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 job orders from Bullhorn ATS
const result = await apideck.ats.jobs.list({
  serviceId: 'bullhorn-ats'
})

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

Bullhorn ATS SDKs

Build Bullhorn ATS integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up