Jobs Endpoints
  • 26 Mar 2025
  • 1 Minute to read
  • Dark
    Light

Jobs Endpoints

  • Dark
    Light

Article summary

Jobs Endpoints

Here are some of the most commonly used endpoints to get you started:

Endpoint
Method
Description
/api/v1/jobs
GETGet job openings
/api/v1/jobs
POSTCreate new job opening
/api/v1/jobs/{jobId}
GETGet job opening by id
/api/v1/jobs/{jobId}
PUTUpdate job opening by id
/api/v1/jobs/{jobId}/candidates
GETGet job opening candidates by id
/api/v1/jobs/external/{externalJobId}
GETGet job opening by external id (ATS job ID)
/api/v1/jobs/external/{externalJobId}
PUTUpdate job opening by external id (ATS job ID)
/api/v1/jobs/external/{externalJobId}/candidatesGETGet job opening candidates by external id