Retrieve a job

This endpoint allows you to get information about a particular job.
This endpoint requires jobs_r or jobs_rw scope. Availability of candidates counters (total and per stage ones) requires candidates_r or candidates_rw scope and setting the query parameter candidates_count to true. To display office attributes, it requires offices_r
get
https://www.welcomekit.co/api/v1/external/
jobs/:reference
job info
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/jobs/WTTJ_ZyDmzZ6" \
-H "Authorization: Bearer WK_API_KEY" \
-d "stages=true" \
-d "websites=true" \
-d "candidates_count=true" \
-d "application_fields=true