---
title: "Provide otp for user"
method: GET
path: "/users/me/send-otp"
tags: ["users-users"]
---

# Provide otp for user

`GET /users/me/send-otp`

## Query parameters

- `purpose` 'SIGN_IN' | 'DELETE_ACCOUNT' | 'ADD_PAYMENT_METHOD' | 'EDIT_PAYMENT_METHOD' | 'CEX_ORDER_CONFIRMATION' | 'PHONE_NUMBER_VERIFICATION' | 'AUTHENTICATE_ACTION' | 'WALLET_RECOVERY' | 'WALLET_RESET' | 'MFA_SETUP', required — the purpose of an otp
- `verificationChannel` 'SMS' | 'WHATSAPP'

## Response `200`

Success

- OtpSendResponse
  - `sent` boolean
  - `authSessionId` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/nestechops/apis/onboard-external-api-gateway.md) · [All operations](https://skmtc.net/nestechops/apis/onboard-external-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nestechops/onboard-external-api-gateway/revisions/76329919f8a7/schema)
