---
title: "Verify User Mobile"
method: POST
path: "/user/verify-mobile"
---

# Verify User Mobile

`POST /user/verify-mobile`

The second step in verifying the user's identity. The randomly generated code sent to the user via text message, is to be submitted here to verify the user's mobile number.

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

Note that on the Sandbox Environment, text messages 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
  - `verificationCode` 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)
