job_id. This includes information such as job title, employment type, company details, salary range, location data, etc. Using this endpoint, you can display information of an individual job in detail.
Endpoint
Path Parameters
The job’s MongoDB ObjectId
Response
Unique job identifier
Name of the company
Title of the job
Full job description
URL to apply for the job
Type of job (e.g., “Full-time”)
Work arrangement (e.g., “Remote”)
Salary information
Years of experience range
Brief summary of job requirements
Whether visa sponsorship is offered
Job locations
Shows whether the job listing is still active or no longer available
Date when the job was posted (ISO format)
A unique identifier for the job, typically used in URLs.
A unique identifier for the company, typically used in URLs.
Additional company information
List of required skills
List of job benefits
Example Request
Example Response
Error Responses
404 Not Found
404 Not Found
Returns when the specified
This may occur if the job was deleted or the ID is incorrect.
job_id does not exist in the database.This may occur if the job was deleted or the ID is incorrect.
422 Unprocessable Entity
422 Unprocessable Entity
Returns when the provided
Make sure the ID is a 24-character hexadecimal string.
job_idis not in a valid MongoDB ObjectId format.Make sure the ID is a 24-character hexadecimal string.