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>"
}

Documentation Index

Fetch the complete documentation index at: https://bmpdocs.moneyp.com.br/llms.txt

Use this file to discover all available pages before exploring further.

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

Success

sucesso
boolean
mensagem
string | null