The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/ats-jobs/v1/job_detail1 credit

one fully-populated job (description + requirements/benefits) by `ats` + `company` + `job_id`.

Parameters

Applicant-tracking system / job-board provider.

Board token / subdomain / org slug (e.g. greenhouse 'gitlab', lever 'spotify', ashby 'ramp'). Identifies one company's board.

The job's id within that ATS board (from a company_jobs result's jobs[].id).

request preview
curl -X POST https://api.reefapi.com/ats-jobs/v1/job_detail \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.