Português (BR)
cURL
curl --request GET \ --url https://api.ext.pix.dbs.moneyp.com.br/api/Chave/Listar \ --header 'Authorization: <api-key>'
{ "sucesso": true, "mensagem": "<string>", "chaves": [ { "chave": "<string>", "tipoChave": 0, "nomeCorrentista": "<string>", "tipoPessoa": 1, "documentoFederal": "<string>" } ] }
Scopes:
Copie 'Bearer ' + token
1
2
3
4
Success
The response is of type object.
object
Esta página foi útil?