v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resume Sharing

Verify resume password

Verifies a password for a password-protected public resume. On success, the viewer is granted access to view the resume data for the duration of their session. No authentication required.

post/resumes/{username}/{slug}/password/verify

Path parameters

usernamestring required

The username of the resume owner.

slugstring required

The slug of the resume.

Request body

passwordstring required

The password to verify.

Response

The password was verified successfully and access has been granted.

boolean required