Skip to main content

Overview

The Job Details API fetches the complete details of a single job posting using its job_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

string
required
JWT token obtained from the Authentication request

URL Parameters

string
required
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:
string
"success" if the request was processed successfully.
object
The job posting object.
number
Number of API credits consumed by this request.