---
title: "GET /v2/api/users/{emailAddress}/send-verification-code"
method: GET
path: "/v2/api/users/{emailAddress}/send-verification-code"
---

# GET /v2/api/users/{emailAddress}/send-verification-code

`GET /v2/api/users/{emailAddress}/send-verification-code`

Sends a verification code to the user's email if the current code is expired or does not exist.

## Path parameters

- `emailAddress` string, required

## Headers

- `captcha` string, required

## Response `200`

Email code sent successfully.

- object
  - `message` string

## Other responses

- `400` — Bad Request.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-11-05** `40cb42858140` — 1 info
  - added the media type `application/json` for the response with the status `400`
- **2024-07-18** `8b2004195023` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/users/:emailAddress/send-verification-code/get.md)

---

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