Skip to main content
Consulta o histórico de protesto do boleto.
curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/ProtestoBoleto/HistoricoBoletoProtestado \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>"
}
Using this endpoint, you can download the protested bill’s history. This document contains detailed information about the notary’s office where the bill was designated for protest, as well as a history of commands performed, such as “send for protest,” “cancellation,” “approval,” and others.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

numCodBarras
string

Número do código de barras do boleto protestado.

Response

200 - application/json

Success

sucesso
boolean
mensagem
string | null
I