Welcome Kit API
Searchβ¦
Introduction
π
Authentication
π
Scopes
π·
Errors and Status
Jobs API
Jobs
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
π
Authentication
Welcome Kit uses OAuth tokens to allow access to the API. We expect the OAuth token to be included in all API requests:
1/ Either in a header that looks like the following:
Authorization: Bearer WK_API_KEY
2/ Or, through query string:
?access_token=WK_API_KEY
You must replace
WK_API_KEY
with your personal API key.
1
curl "WK_API_ENDPOINT_HERE"
2
-H "Authorization: Bearer WK_API_KEY"
Copied!
Previous
Introduction
Next
Scopes
Last modified
8mo ago
Copy link