Authorizations
API key to access the API
Body
application/json
Request body to create an interview
The ID of the interview to invite candidates to
Example:
"123e4567-e89b-12d3-a456-426614174000"
The list of candidates to invite
Example:
[
{
"name": "John Doe",
"email": "candidate@example.com"
}
]
Whether to disable the email notification sent to the candidate for the interview invitation
Example:
false