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

Through this endpoint, it is possible to check protested bankslips, allowing for multiple bankslips to be queried in a single request.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

NumCodBarras
string[]

Response

200 - application/json

Success

The response is of type object.