---
title: "Cria e envia dados de segundo fator de autenticação via Email"
method: POST
path: "/{id}/emails/2fa"
tags: ["2FA Email"]
---

# Cria e envia dados de segundo fator de autenticação via Email

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

## Path parameters

- `id` string, nullable, required — Id da transação

## Response `201`

Created

- TwoFactorAuthenticationMessageDto
  - `text` string, nullable
  - `type` string, nullable
  - `status` string, nullable
  - `createdAt` string, date-time
  - `smsSendLimit` integer, nullable
  - `expirationTime` string, date-time, nullable

## Other responses

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

---

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