Endpoints

This section aims at presenting all the base endpoints that are part of the SmartRecruiters Company API.

Each endpoint houses several methods, and in an effort to make things consistent, we present each of these methods using the structure below:

  1. Request – GET or POST method to communicate to our API
  2. Path Parameters – all of these are required
  3. Query Parameters – all of these are optional
  4. Request Body (if applicable)
  5. Response Body
  6. Example http request
  7. Example request body (if applicable)
  8. Example response