Jobs Endpoints
- 26 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Jobs Endpoints
- Updated on 26 Mar 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Jobs Endpoints
Here are some of the most commonly used endpoints to get you started:
Endpoint | Method | Description |
/api/v1/jobs | GET | Get job openings |
/api/v1/jobs | POST | Create new job opening |
/api/v1/jobs/{jobId} | GET | Get job opening by id |
/api/v1/jobs/{jobId} | PUT | Update job opening by id |
/api/v1/jobs/{jobId}/candidates | GET | Get job opening candidates by id |
/api/v1/jobs/external/{externalJobId} | GET | Get job opening by external id (ATS job ID) |
/api/v1/jobs/external/{externalJobId} | PUT | Update job opening by external id (ATS job ID) |
/api/v1/jobs/external/{externalJobId}/candidates | GET | Get job opening candidates by external id |