Skip to main content
cURL
curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Bureau/ConsultarDataBusca \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "consulta": {
    "documento": "<string>"
  }
}'
{
  "msg": "<string>",
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "hasError": true,
  "falha": true,
  "json": "<string>"
}
This endpoint allows you to perform detailed queries based on the customer’s document, whether an individual or a legal entity. The response is returned in JSON format and contains structured data, including address, email, telephone, business address, tax status and information about partnerships. This data is extracted from reliable sources and can be used for analysis and decision-making based on the customer’s registration and tax information.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

consulta
object

Response

Success

msg
string | null
messages
object[] | null
hasError
boolean
falha
boolean
json
string | null
I