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
Name of the job opening. Example: 'Store Manager - San Francisco'
Required string length:
3 - 150
ID of an existing job type
Location of the job. Example: 'In-office 3 days per week in San Francisco, CA'
Maximum length:
200
Pay information. Example: '$18 per hour or $80,000 - $100,000 per year'
Maximum length:
200
Working hours information. Example: 'Full-time, 40 hours per week'
Maximum length:
200
Response
200
application/json
Job opening created successfully