curl --request POST \
  --url https://api.bmpdigital.moneyp.dev.br/Pessoa/ConsultarPessoa \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'IdempotencyKey: <idempotencykey>' \
  --data '{
  "filter": {
    "tipoRegistro": 1,
    "documentoCliente": "<string>",
    "childDirectID": "<string>",
    "childSearch": "<string>"
  }
}'
{
  "msg": "<string>",
  "hasError": true,
  "messages": [
    {
      "messageType": 1,
      "code": "<string>",
      "context": "<string>",
      "description": "<string>",
      "field": "<string>"
    }
  ],
  "json": "<string>"
}

Por meio deste endpoint o parceiro realiza a consulta dos dados cadastrados em sistema.

Authorizations

Authorization
string
header
required

Informe o token

Headers

IdempotencyKey
string
required

Body

filter
object

Response

200
text/plain
OK
msg
string | null
hasError
boolean
messages
object[] | null
json
string | null