English
cURL
curl --request GET \ --url https://api.ext.dbs.moneyp.dev.br/api/CNAB/Logs \ --header 'Authorization: <api-key>'
[ { "arquivoRemessa": "<string>", "tipoArquivo": 1, "arquivoRetorno": "<string>", "dtEvento": "2023-11-07T05:31:56Z", "origemEvento": 1, "tipoEvento": 1, "operador": "<string>", "situacaoArquivo": 0, "msgSituacaoArquivo": "<string>" } ]
Scopes:
Copie 'Bearer ' + token
1
2
3
4
Success
The response is of type object[].
object[]
Was this page helpful?