Job types
This API retrieves the list of available job types. Associating a job type ID with your job listings will help you reach candidates more specific to your business needs.
Endpoint
POST https://canadamotorjobs.com/api/v1/{locale}/job-types/index
Authentication
The API requires Bearer authentication. Include the token in the request header:
Authorization: Bearer <your_token>
Errors
| Code | Message |
|---|---|
| 401 | Unauthorized |
| 500 | Internal Server Error |