v1

latestOpenAPI 3.0.32026-07-14265579.8 KB
Candidate

Create candidate resource

post/candidate

Request body

firstNamestring required

First name of candidate.

lastNamestring required
middleNamestring

Last name of candidate.

suffixstring
dateOfBirthstring date

Required only for Express workflow.

ssnstring

Social Security Number.<br>Required only for Express workflow.

emailstring email required

Some workflows require contacting the candidate via email.

phonestring

Required only for Express workflow.

addressstring

Candidate’s street address.

citystring

City candidate resides in.

regionstring

State candidate resides in.

countrystring

Country code of candidate. Accurate Background uses ISO 3166 Country Codes.

postalCodestring

Candidate’s postal code.

prevEmployedboolean

Required for EMP product only in Express workflow, Indicates if candidate has previous employment history. prevEmployed will default as “false” when no value is provided. Only required if employment information is entered.

convictedboolean

Example request

{
  "firstName": "Elmer",
  "lastName": "Fudd",
  "middleName": "Fiddlesticks",
  "suffix": "Jr",
  "dateOfBirth": "1945-01-01T00:00:00.000Z",
  "email": "Elmer@wb.com",
  "address": "123 Silly Street",
  "city": "Lousville",
  "region": "KY",
  "country": "US",
  "governmentId": {
    "country": "US",
    "type": "SpyCard",
    "number": "ABC12345"
  }
}

Response

Success Response

resourcestring
idstring
createdstring date-time
updatedstring date-time
revisionstring
maskedboolean
firstNamestring
lastNamestring
middleNamestring
suffixstring
dateOfBirthstring date
ssnstring
emailstring email
phonestring
addressstring
citystring
regionstring
countrystring
postalCodestring
prevEmployedboolean
convictedboolean

Must be configured by reaching out to apisupport@accuratebackground.com; Has candidate been convicted?

Example response

{
  "firstName": "Elmer",
  "lastName": "Fudd",
  "middleName": "Fiddlesticks",
  "suffix": "Jr",
  "dateOfBirth": "1945-01-01T00:00:00.000Z",
  "email": "Elmer@wb.com",
  "address": "123 Silly Street",
  "city": "Lousville",
  "region": "KY",
  "country": "US",
  "governmentId": {
    "country": "US",
    "type": "SpyCard",
    "number": "ABC12345"
  }
}