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

# Verify SMS code

`POST /api/v1/confirmation/sms/verify`

Exchanges an OTP code sent via SMS for an action token that can be used to confirm that the action being executed is approved by the end-user

## Response `200`

OK

- ResponseTokenResponse
  - `token` string, required — Token Signed JWT token

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