Endpoints
Create Job Opening
Creates a new job opening with either an existing job type ID or a new job type configuration. A job opening (e.g. “Store Manager — San Francisco”) is always instance of a job type (e.g. “Store Manager”).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Job opening created successfully
The response is of type object
.