Retrieve an office
This endpoint allows you to get info about given office.
This endpoint requires
offices_r
or offices_rw
scope.get
https://www.welcomekit.co/api/v1/external/
offices/:id
office
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/offices/:id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer WK_API_KEY"
Last modified 2yr ago