Entre em contato conosco e-mail: integracoes.parcerias@clubpetro.com.br
curl --location --request POST 'https://gateway.clubpetro.com/core/redeem/create?api_key' \
--header 'Content-Type: application/json' \
--data-raw '{
"redeem": {
"customerDocument": "string",
"storeDocument": "string",
"collaborator": "string",
"rewards": [
{
"externalRewardId": "string",
"quantity": 1
}
],
"birthday": "2001-08-28"
}
}'
{
"collaborator": "Nome do Cliente",
"createdAt": "2025-02-25T16:21:44.080Z",
"customerName": "Nome do Cliente",
"pointsUsed": 10,
"redeemId": "07f96fbf",
"redeemProducts": [
{
"campaignId": null,
"campaignName": null,
"rewardCategoryName": "Brinde",
"rewardName": "Carregador de celular",
"rewardQuantity": 1,
"rewardValue": 10
}
],
"score": 540,
"storeName": "Posto Fidelidade"
}