Create Candidate

Create a new candidate application for a job opening. The owner of the API key used must have access to ATS settings. On success, returns the new candidate ID. Only fields required by the target job opening's standard questions need to be provided beyond firstName, lastName, and jobId.

Body Params
string
required

The first name of the candidate.

string
required

The last name of the candidate.

string

The email address of the candidate. Must be a valid email address.

string

The phone number of the candidate.

string

The source of the candidate application, e.g. LinkedIn, Indeed, etc.

integer
required

The id of the job opening for the candidate application.

string

The street address of the candidate.

string

The city of the candidate.

string

The state or province of the candidate. Accepts state name, abbreviation, or ISO code.

string

The zip code or postal code of the candidate.

string

The country of the candidate. Accepts country name or ISO code.

uri

The LinkedIn profile URL of the candidate. Must match https?://(.*\.)?linkedin.com/....

date

The available start date of the candidate. Format: Y-m-d (e.g. 2024-06-01).

string

The desired salary of the candidate.

string

The person or entity that referred the candidate.

uri

The personal website, blog, or online portfolio of the candidate. Must be a valid URL.

string
enum

The highest completed education level of the candidate.

string

The college or university of the candidate.

string

A list of references supplied by the candidate.

file

Resume file for the candidate. Accepted MIME types: application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain, application/rtf, image/jpeg, image/gif, image/png, image/tiff, image/bmp.

file

Cover letter file for the candidate. Accepted MIME types: application/pdf, application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document, text/plain, application/rtf, image/jpeg, image/gif, image/png, image/tiff, image/bmp.

Responses

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json