curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/ProtestoBoleto/ConsultarProtestoBoleto \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>"
}

Por meio deste endpoint, é possível realizar a consulta dos boletos protestados sendo possível consultar mais de um boleto por solicitação.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

NumCodBarras
string[]

Lista de números de Código de Barras dos Boletos envolvidos na operação.

Response

200 - application/json

Success

The response is of type object.