Submits a candidate application for a job posting. The full URL (including the authentication token) is provided by the apply_url field in the job feed — do not build this URL manually.
A HEAD request can be used to verify the availability and status of the endpoint without submitting any data.
You can use the validation form to check your data before submitting.
Authentication token embedded in the apply URL provided by the job feed
Candidate application payload for the job apply API (version 1.2). Send as a JSON body via POST to the apply_url provided in the job feed.
Schema version. Must be "1" or any "1.x" value.
^1(\.\d+)?$"1.2"
Candidate's first name.
50"John"
Candidate's last name.
50"Doe"
Candidate's email address.
100"john@doe.site"
Country where the candidate lives. Must be an ISO 3166-1 alpha-2 code.
2"FR"
Candidate's title. New in version 1.1.
UNKNOWN, MR, MS, MRS, MISS "MR"
URL of the candidate's LinkedIn profile page. New in version 1.2.
255"https://www.linkedin.com/in/username/"
Candidate's office phone number.
30"+33 1 55-55-55-55"
Candidate's mobile phone number.
30"+33 6 55-55-55-55"
Candidate's home phone number.
30"+33 9 55-55-55-55"
Candidate's street address.
150"1 rue Champs Bon"
Candidate's postal code.
15"75001"
Town where the candidate lives.
30"Paris"
When the candidate is available for a new position. Use "date" to specify an exact date via availability_date.
now, 15d, 1m, 2m, 3m, >3m, ope, na, date "now"
Specific availability date. Only used when availability is "date". Must be a future ISO 8601 date.
"2030-01-10"
CV document of the candidate. Required if cv_required is true for this job in the job feed.
Cover letter document of the candidate. Required if cover_required is true for this job in the job feed. Can also be used to provide any raw candidate information such as assessments.
Application submitted successfully