POST
/
v1.0
/
{company_id}
/
jobs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string
required

Body

application/json
deadline
object
required
experience
enum<string>
required

The experience type.

Available options:
na,
intern,
entry_level,
mid_level,
senior
owner_id
string
required

The user_id of the job owner.

status
enum<string>
required

The status of the job.

Available options:
drafted,
published,
closed,
internal
title
string
required

The title of the job.

Required string length: 1 - 100
type
enum<string>
required

The employment type.

Available options:
full_time,
part_time,
contract,
temporary,
other,
internship,
volunteer
application_form
object
assigned_team
object
auto_responder
object
category
object
description
string
Maximum length: 100000
job_code
string

A code associated with the job. This is internal.

language
object
location
object

The location object.

notifications
object
salary
string

The salary of the job.

tags
object[]

Response

201 - application/json
data
object