Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request POST 'https://gateway.clubpetro.com/core/voucher/validate?api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucherCode": "string",
"birthday": "string",
"collaborator": "string",
"storeDocument": "string"
}'
{
"codResgateClientePin": null,
"collaborator": "Nome do Cliente",
"createdAt": "2025-02-25T16:23:17.294Z",
"redeems": [
{
"createdAt": "2025-02-25T16:23:17.294Z",
"customerName": "Nome do Cliente",
"pointsUsed": 10,
"redeemId": "afccc076",
"redeemProducts": [
{
"campaignId": null,
"campaignName": null,
"rewardCategoryName": "Brinde",
"rewardName": "Carregador de celular",
"rewardQuantity": 1,
"rewardValue": 10
}
],
"storeName": "Posto Fidelidade"
}
],
"score": 530,
"status": "used",
"voucherId": "24b1ae44"
}