---
title: "Cria e envia 2FA WhatsApp"
method: POST
path: "/{id}/whatsapps/2fa"
tags: ["2FA - Whatsapp"]
---

# Cria e envia 2FA WhatsApp

`POST /{id}/whatsapps/2fa`

## Path parameters

- `id` string, nullable, required

## Response `201`

Created

- WhatsappTwoFactorAuthenticationDto
  - `status` string, nullable
  - `createdAt` string, date-time
  - `reply` WhatsappTwoFactorAuthenticationReplyDto
    - `option` integer, nullable
    - `repliedAt` string, date-time, nullable
  - `sendLimit` integer
  - `expirationTime` string, date-time
  - `text` string

## Other responses

- `204` — No Content (Hotphone not found)
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/serasaexperian/apis/autentica-o.md) · [All operations](https://skmtc.net/serasaexperian/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serasaexperian/autentica-o/versions/c5a1661afd1f/schema)
