Skip to main content
POST
Request another interview attempt

Authorizations

Authorization
string
header
required

Supabase JWT — Authorization: Bearer <token>.

Body

application/json
interview_result_id
string<uuid>
required

The interview result to reopen for another attempt.

Minimum string length: 1
Example:

"93c98d21-e04d-4a84-9afa-ed154cf73636"

Response

The result was reset for another attempt.

Empty object on success.