Generate a signed interview URL
Generates a public, token-signed URL for an existing interview, profile, or result. The required id fields depend on type.
Authorizations
Supabase JWT access token, passed as Authorization: Bearer <token>.
Body
Which kind of signed URL to generate.
interview-for-profile, results-for-profile, interview-result-candidate, interview-result-talent-seeker, interview-results-for-position Override merchant id (admin / sub-merchant only).
Candidate profile id. Required for interview-for-profile and results-for-profile.
Interview or position id. Required for interview-for-profile and interview-results-for-position.
Interview result id. Required for interview-result-candidate and interview-result-talent-seeker.
Pass the string 'false' to show the navigation menu; any other value hides it (default).
Response
The signed URL.
The signed interview URL.
"https://interviews.example.com/interview/take/<id>/?interview_token=<jwt>&view_hm=true"