Bullhorn ATSCandidates

Bullhorn ATS Candidates API

Sync permissioned candidates 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 Applicants (API: applicants)

Supported Operations for Bullhorn ATS Candidates

Full CRUD support available through our unified API

list
get
create
update
delete

Supported Fields

35 fields

Fields available for Bullhorn ATS Candidates

idnamesalutationfirst_namelast_namemiddle_nameinitialsbirthdaygendersocial_security_numbertypecover_letterheadlinetitleemails+20 more

API Model Preview

Sample response structure for candidates

{
  "id": "12345",
  "name": "Example Name",
  "salutation": "string",
  "first_name": "Example First Name",
  "last_name": "Example Last Name",
  "middle_name": "12345",
  "initials": "string",
  "birthday": "string",
  "gender": "string",
  "social_security_number": 10,
  "type": "standard",
  "cover_letter": "string",
  "headline": "string",
  "title": "Example Title",
  "emails": [
    {
      "id": "12345",
      "email": "contact@example.com",
      "type": "primary"
    }
  ],
  "custom_f
  ...

Quick Start Example

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

for await (const page of result) {
  console.log(page)
}
// Returns unified candidates 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