Welcome Kit API
Search…
Introduction
🔓
Authentication
🔭
Scopes
🏷
Errors and Status
Jobs API
Jobs
Departments
Offices
List offices
Create an office
Update an office
Retrieve an office
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
Create an office
This endpoint lets you create new offices for a given organization_reference.
This endpoint requires
offices_rw
scope.
post
https://www.welcomekit.co/api/v1/external/
offices
new office
Request example
1
curl -X POST "https://www.welcomekit.co/api/v1/external/offices" \
2
-H "Content-Type: application/json" \
3
-H "Authorization: Bearer WK_API_KEY" \
4
-d @- <<EOF
5
{
6
"organization_reference": "Pg4eV6k",
7
"name": "Paris",
8
"address": "11 bis rue Bachaumont",
9
"zip_code": "75002",
10
"city": "Paris",
11
"country_code": "FR",
12
"is_headquarter": true
13
}
14
EOF
Copied!
Previous
List offices
Next
Update an office
Last modified
8mo ago
Copy link
Contents
post
new office