English
cURL
curl --request GET \ --url https://api.ext.pix.dbs.moneyp.com.br/api/Reivindicacao/Consultar \ --header 'Authorization: <api-key>'
{ "sucesso": true, "mensagem": "<string>", "chave": "<string>", "tipoChave": 0, "statusReivindicacao": 1, "tipoReivindicacao": 1, "idReivindicacao": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dtInclusao": "2023-11-07T05:31:56Z", "prazoResolucao": "2023-11-07T05:31:56Z", "prazoConclusao": "2023-11-07T05:31:56Z", "motivoConfirmacao": 1, "motivoCancelamento": 1, "solicitanteCancelamento": 0 }
Scopes:
Copie 'Bearer ' + token
Success
The response is of type object.
object
Was this page helpful?