curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Bureau/ConsultarReceitaLoteCPF \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "consulta": {
    "lista": [
      "<string>"
    ],
    "webhookId": "<string>",
    "tipoCallback": 0
  }
}'
{
  "hasError": true,
  "msg": "<string>",
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ]
}

Utilize este endpoint para realizar consultas em lote que verificam a situação fiscal de cidadãos em um relatório centralizado.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

Response

200
text/plain

Success

The response is of type object.