---
title: "Autenticação de Email"
method: POST
path: "/autenticaemail"
---

# Autenticação de Email

`POST /autenticaemail`

## Request body

- object
  - `Consulta` object
    - `IdConsulta` string, required — Identificador único da consulta
    - `email` string, required — Email a ser autenticado
    - `CpfCnpj` string, required — CPF ou CNPJ associado ao email

## Response `200`

Resposta da consulta.
- Código 1: Sucesso.
- Código 2: Dado não localizado em nossa base de dados.
- Código 3: Erro na consulta.

- object
  - `CONSULTA` object
    - `CODIGORESPOSTA` string
    - `DATAHORA` string
    - `LOGON` string
    - `IDCONSULTA` string
  - `RESPOSTA` object
    - `CODIGO` string
    - `AUTENTICAEMAIL` object
      - `MENSAGEM` string
      - `EMAIL` string
      - `CPF` string
      - `PONTUACAO_RISCO` string
      - `MENSAGEM_RISCO` string
      - `DESCRICAO` string
      - `DATA_CRIACAO` string
      - `DATA_ATUALIZACAO` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/credify/apis/credify-api-auth.md) · [All operations](https://skmtc.net/credify/apis/credify-api-auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/credify/credify-api-auth/revisions/c8c11484ec88/schema)
