Siga a estrutura de pergunta recomendada pelo Dev Bot antes de enviar suas dúvidas de integração.
username:passwordAuthorization: Basic *****************curl --location --request GET 'https://evo-integracao-api.w12app.com.br/api/v1/voucher?idVoucher&name&idBranch&take&skip&valid&type' \
--header 'Authorization: Basic <encoded-value>'[
{
"idVoucher": 0,
"nameVoucher": "string",
"typeVoucher": "string",
"limited": true,
"available": 0,
"used": 0,
"expirationDate": "2019-08-24T14:15:22.123Z",
"overdue": true,
"siteAvailable": true,
"idMemberships": [
0
],
"monthyDiscount": {
"typeDiscountMembership": "string",
"value": 0,
"numberMounths": 0
},
"yearlyDiscount": {
"typeDisocuntYearly": "string",
"value": 0
},
"serviceDiscount": {
"typeDiscountService": "string",
"value": 0
}
}
]