curl --request GET \
  --url https://api.ext.dbs.moneyp.dev.br/api/Arquivo/ConsultarArquivos \
  --header 'Authorization: <api-key>'
{
  "sucesso": true,
  "mensagem": "<string>",
  "arquivosRetorno": [
    {
      "origem": 2001,
      "tipoCNAB": 1,
      "nomeArquivo": "<string>"
    }
  ]
}

Por meio deste endpoint, o parceiro pode consultar a situação do arquivo enviado, se já foi processado ou não.

Authorizations

Authorization
string
header
required

Copie 'Bearer ' + token

Query Parameters

NumeroCedente
integer
NumeroCarteira
integer
IncluindoJaBaixados
boolean

Response

200 - application/json

Success

The response is of type object.