---
title: "POST /v2/api/users/{emailAddress}/verify-email-code"
method: POST
path: "/v2/api/users/{emailAddress}/verify-email-code"
---

# POST /v2/api/users/{emailAddress}/verify-email-code

`POST /v2/api/users/{emailAddress}/verify-email-code`

Verifies the email code sent to the users email address.

## Path parameters

- `emailAddress` string, required

## Request body

- object
  - `code` string

## Response `200`

Verification successful.

- object
  - `message` string
  - `token` string

## Other responses

- `400` — Missing parameters or invalid/expired verification code.
- `404` — Verification code not found.
- `500` — Unable to fullfil request due to internal server error.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
