---
title: "Verify User Email Address"
method: POST
path: "/user/verify-email"
---

# Verify User Email Address

`POST /user/verify-email`

The first step in verifying the user's identity. The randomly generated code sent to the user via email, is submitted here to verify the email.

This is needed as part of the verification process for basic due diligence.

Note that on the Sandbox Environment, emails are not sent and the verification code is always set to "123456".

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required
  - `verificationId` string, required — 6 characters code. Default code for sandbox "123456".

## Response `202`

202

## Other responses

- `400` — 400
- `409` — 409

---

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