Jobs

Create a job

Creates a new job. Requires a company ID and job details such as status, title, and description.

post/vacancies

Request body

companyIdstring required
namestring required
descriptionstring nullable required
stageIdstring required
employmentType'fullTime' | 'partTime' | 'temporary' | 'internship' | 'permanent' | 'fixedTermContract' | 'interimOrTemporary' nullable required
locationType'remote' | 'hybrid' | 'onsite' nullable required
restrictedboolean
startAtstring date-time required
endAtstring date-time required
teamUserIdsstring[] required
clientContactIdsstring[] required
targetCompanyIdstring nullable required

Response

Job created successfully. Returns the job ID.

idstring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.