Skip to main content
This is a Backend SDK method, not an HTTP endpoint. Call it from your server — never from the browser.

Install

Initialise


Signature


Parameters

array
required
Array of candidate objects. Must have at least one item.
Example
string
Your internal recruiter ID. You can pass this or recruiterEmail — at least one is required. You may pass both.
string
The recruiter’s email address. You can pass this or recruiterId — at least one is required. You may pass both.

Return value

string
A session token (JWT). Pass this directly to AssessmentPortal.open({ token }) in your frontend. Do not cache or store it — request a fresh one every time.


Error cases