Create Campaign - Step 2

Create job campaign - Step 2: Interview Setup (Configure interview rounds and question banks)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
campaignIdstringRequiredformat: "uuid"
Campaign ID from Step 1
roundslist of anyRequired

Array of interview rounds (minimum 1)

minimumScoreToPassdoubleRequired

Minimum score percentage (0-100)

autoRejectThresholddoubleRequired

Auto-reject threshold (0-100, must be <= minimumScoreToPass)

minimumTalentFitScoredoubleOptional

Minimum talent fit score for auto-progression (0-100)

Response

Interview setup configured successfully
successbooleanOptional
dataobjectOptional
messagestringOptional
timestampstringOptional
versionstringOptional

Errors

400
Bad Request Error