Português (BR)
cURL
curl --request GET \ --url https://api.ext.dbs.moneyp.dev.br/api/Conta/Saldo \ --header 'Authorization: <api-key>'
{ "sucesso": true, "mensagem": "<string>", "dtUltAtualizacao": "2023-11-07T05:31:56Z", "vlrSaldo": 123, "vlrBloqueado": 123, "vlrAgendado": 123 }
Scopes:
Copie 'Bearer ' + token
1
2
3
4
Success
The response is of type object.
object
Esta página foi útil?