---
title: "Verify resume password"
method: POST
path: "/resumes/{username}/{slug}/password/verify"
tags: ["Resume Sharing"]
---

# Verify resume password

`POST /resumes/{username}/{slug}/password/verify`

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.

## Path parameters

- `username` string, required — The username of the resume owner.
- `slug` string, required — The slug of the resume.

## Request body

- object
  - `password` string, required — The password to verify.

## Response `200`

The password was verified successfully and access has been granted.

- boolean

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
