English
cURL
curl --request GET \ --url https://api.ext.pix.dbs.moneyp.com.br/api/Reivindicacao/ListarReivindicacao \ --header 'Authorization: <api-key>'
[ { "codigo": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dtInclusao": "2023-11-07T05:31:56Z", "participanteReivindicador": "<string>", "participanteDoador": "<string>", "chave": "<string>", "tipoReivindicacao": 1, "origem": 0 } ]
Scopes:
Copie 'Bearer ' + token
1
2
3
4
Success
The response is of type object[].
object[]
Was this page helpful?