English
cURL
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>" } ] }
Scopes:
Copie 'Bearer ' + token
Success
The response is of type object.
object
Was this page helpful?