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
Update a job status
This endpoint allows you to update a job status.
This endpoint requires
jobs_rw
scope.
put
https://www.welcomekit.co/api/v1/external/
jobs/:reference/update_status
update job status
Request example
1
curl -X PUT "https://www.welcomekit.co/api/v1/external/jobs/:reference/update_status" \
2
-H "Content-Type: application/json" \
3
-H "Authorization: Bearer WK_API_KEY" \
4
-d @- <<EOF
5
{
6
"status": "published"
7
}
8
EOF
Copied!
Previous
Update a job
Next - Jobs API
Departments
Last modified
10mo ago
Copy link
Contents
put
update job status