---
title: "Enviar código OTP"
method: POST
path: "/users/request-code"
tags: ["Autenticación"]
---

# Enviar código OTP

`POST /users/request-code`

Enviar el OTP (One Time Password) al correo o teléfono del usuario. **Esto se debe especificar en el query param.**

## Query parameters

- `type` 'email-passwordless' | 'sms-passwordless'

## Request body

- object
  - `email` string, required — Email del usuario

## Response `200`

OK

## Other responses

- `500` — Respuesta cuando el correo no se encuentra registrado en ningun comercio

---

[API](https://skmtc.dev/deuna/apis/user-network-api.md) · [All operations](https://skmtc.dev/deuna/apis/user-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deuna/user-network-api/revisions/df73fa00ed05/schema)
