Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request GET 'https://gateway.clubpetro.com/core/customer/point-wallet-external?customerDocument&storeDocument&startedAt=&endedAt&page&limit' \
--header 'api_key;' \
--header 'store_document;'{
"data": [
{
"type": "subtraction",
"pointOrigin": "redeem",
"date": "2025-09-29T21:31:39.838Z",
"score": 0,
"customerName": "",
"storeName": ""
},
{
"type": "addition",
"pointOrigin": "sale",
"date": "2025-09-29T13:25:13.349Z",
"score": 1,
"customerName": "",
"storeName": "",
"saleDetails": {
"rfid": "",
"value": "10.00",
"quantity": "1",
"discountedValue": 0,
"valueWithDiscount": "10.00",
"productDetails": [
{
"quantity": "1",
"value": "10.00",
"score": "1.0000",
"productName": "Gasolina Comum"
}
]
}
},
],
"meta": {
"page": 1,
"limit": 6,
"total": 20,
"totalPages": 4,
"hasNext": true,
"hasPrevious": false
}
}