---
title: "Create a record by password"
method: POST
path: "/api/verifications/password"
tags: ["Verifications"]
---

# Create a record by password

`POST /api/verifications/password`

Create a verification record by verifying the password.

## Request body

- object
  - `password` string, required — The password of the user.

## Response `201`

The verification record was created successfully.

- object
  - `verificationRecordId` string, required
  - `expiresAt` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The password is invalid.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/revisions/a163dc77d842/schema)
