Welcome Kit API
Search…
Introduction
🔓
Authentication
🔭
Scopes
🏷
Errors and Status
Jobs API
Jobs
Jobs dependencies
List all jobs
List organization's jobs
Retrieve a job
Create a job
Update a job
Update a job status
Departments
Offices
Candidates API
Candidates
Comment
Emails
Documents
Current user
Employer branding API
Organizations
Images
videos
Embed
Tools
Sectors
Analytics API
Moves
Media API
WTTJ articles
⁉
FAQ
Powered By
GitBook
List all jobs
This endpoint lets you retrieve all jobs for all organizations. It requires a dedicated partnership.
This endpoint requires
su_jobs_r
scope. To display office attributes, it requires
su_offices_r.
get
https://www.welcomekit.co/api/v1/external/
jobs/all
List all jobs
Request example
1
curl -X GET -G "https://www.welcomekit.co/api/v1/external/jobs/all" \
2
-H "Authorization: Bearer WK_API_KEY" \
3
-d "status=published" \
4
-d "created_after=2017-10-30"
Copied!
Previous
List available professions
Next
List organization's jobs
Last modified
10mo ago
Copy link
Contents
get
List all jobs