curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Bureau/ConsultarEmailageLote \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "webhookId": "<string>",
  "consulta": [
    {
      "email": "<string>",
      "primeiroNome": "<string>",
      "sobrenome": "<string>",
      "codPais": "<string>",
      "telefone": "<string>",
      "idRastreamento": "<string>",
      "idTransacao": "<string>",
      "endCobrancaRua": "<string>",
      "endCobrancaCidade": "<string>",
      "endCobrancaEstado": "<string>",
      "endCobrancaCEP": "<string>",
      "endCobrancaPais": "<string>",
      "endEntregaRua": "<string>",
      "endEntregaCidade": "<string>",
      "endEntregaEstado": "<string>",
      "endEntregaCEP": "<string>",
      "endEntregaPais": "<string>",
      "identificacaoDoCliente": "<string>",
      "idDispositivo": "<string>",
      "localizacaoDoServico": "<string>"
    }
  ]
}'
{
  "msg": "<string>",
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "hasError": true,
  "falha": true,
  "json": "<string>"
}

Este endpoint tem como objetivo realizar uma validação de risco utilizando o e-mail como campo obrigatório, juntamente com outras informações complementares, para obter o score de confiabilidade daquele e-mail.

O uso deste serviço é destinado ao processamento em lote.

Tabelas

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

Response

200
text/plain

Success

The response is of type object.