v1

latestOpenAPI 3.1.02026-07-26167644759.4 KB
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