Overview
The Job Details API fetches the complete details of a single job posting using itsjob_id. The job_id is obtained from the Get Jobs API. Results are returned directly in the API response.
Endpoint Details
- Method: GET
- Endpoint:
api/enterprise/company/jobs/detail
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
JWT token obtained from the Authentication request
URL Parameters
Unique identifier of the job posting for which details need to be fetched (e.g.,
4426080772). Obtain this from the id field returned by the Get Jobs API.Response
Successful Response Fields
Returns a JSON object with the following structure:"success" if the request was processed successfully.The job posting object.
Number of API credits consumed by this request.