List organization's jobs

This endpoint lets you retrieve all jobs for a given organization.
This endpoint requires jobs_r or jobs_rw scope. To display office attributes, it requires offices_r
get
https://www.welcomekit.co/api/v1/external/
jobs
organization job list
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/jobs" \
-H "Authorization: Bearer WK_API_KEY" \
-d "organization_reference=Pg4eV6k" \
-d "status=published" \
-d "created_after=2017-10-30"