This section aims at presenting all the base endpoints that are part of the SmartRecruiters Job API.
Available endpoints:
- /jobs – list – method that allows searching for jobs in a company
- /jobs – details – method for getting details of a job
- /jobs – insert – method for creating a new job
In an effort to make things consistent, we present each of these methods using the structure below:
- Request – GET method to communicate to our API
- Path Parameters – all of these are required
- Query Parameters – all of these are optional
- Response Body
- Example http request
- Example response