Skip to main content
POST
Create Job

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string
required

The account identifier

Prefer
string

Set to "heartbeat" to enable keep-alive newline heartbeats during long-running requests. Response includes Preference-Applied: heartbeat header when honored. (RFC 7240)

Example:

"heartbeat"

Body

application/json
unified_custom_fields
object | null

Custom Unified Fields configured in your StackOne project

Example:
code
string | null

Code of the job

Example:

"184919"

title
string | null

Title of the job

Example:

"Software Engineer"

description
string | null

Description of the job

Example:

"Responsible for identifying business requirements"

status
string | null
deprecated

Status of the job

Example:

"archived"

job_status
object | null

Status of the job

department_ids
string[] | null

Department ids of the job

Example:
location_ids
string[] | null

Location ids of the job

Example:
hiring_team
object[] | null

Hiring team for the job.

interview_stages
object[] | null

Interview stages for the job.

confidential
enum<string> | null

Confidential status of the job

Available options:
true,
false,
unmapped_value,
null
custom_fields
object[] | null

The job custom fields

passthrough
object | null

Value to pass through to the provider

Example:

Response

The job was successfully created.

statusCode
number
required
Example:

201

message
string
required
Example:

"Record created successfully."

timestamp
string<date-time>
required
Example:

"2021-01-01T01:01:01.000Z"

data
object
required