---
title: "Request SMS code"
method: POST
path: "/api/v1/confirmation/sms"
tags: ["Confirmation"]
---

# Request SMS code

`POST /api/v1/confirmation/sms`

Sends an SMS to the phone number that was provided by user during KYC process with OTP code.

## Response `200`

OK

- ResponseActionConfirmationSmsSessionResponse
  - `attempts_left` integer, required
  - `code_length` integer, required
  - `expires_at` string, required
  - `resend_at` string, required
  - `session_id` string, required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
