Get a job listing
This endpoint retrieves the details of a specific job listing.
Endpoint
POST https://canadamotorjobs.com/api/v1/{locale}/job-listings
URL parameters
| Parameter | Type | Description |
|---|---|---|
| job_listing_id | string | The unique job listing identifier |
Required headers
Authorization: Bearer your_access_token
Response codes
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Listing not found |
| 401 | Unauthorized |
| 403 | Access denied |