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

Response

200
text/plain

Success

The response is of type object.