---
title: "Resend SMS"
method: POST
path: "/user/resend-sms"
---

# Resend SMS

`POST /user/resend-sms`

Resend an SMS to verify a users mobile. 

**Please note that on the sandbox environment, no emails and SMS are sent, the default verification code to complete email and mobile verification on the sandbox is `123456`.** 

On production, the sending of SMS is a chargeable event and although we implement rate limits, we encourage you to implement limiting in order to prevent users from taking advantage of SMS fraud.

## Headers

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

## Request body

- object
  - `userId` string, required — The unique ID of your user returned on the "Create user" endpoint

## Response `200`

200

## 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)
