Organizations
Introduction
Managing the organizations available is done through the /public/v2/management/organizations
(management), this is different from the public/v2/organizations
(standard) endpoint as shown in the table below.
create
x
update
x
x
delete
x
show
x
x
list
x
x (only self)
token
x
access
Partner Key
Organization Key
Basic usage
In order to get started with the Recrubo API you'll need to have received a Partner Access token. This allows you to start creating an Organization. Once you've created the Organization you can use the token
of that organization to create Users, Vacancies, Candidates, etc..
The token
field is only visible through the Management
endpoint and cannot be accessed through the standard route.
Refresh Access Token
In case you want to regenerate the access token of an organization you can do so by POST /public/v2/management/refresh-token/{organizationId}
without a body. This will return the full Organization including the token field with the newly generated token.
OpenAPI
Last updated