Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Attribute Name | Meaning |
---|---|
replacement_id | Vouchers whose replacement id is the one specified |
expires_on | Expiration date |
token | Token of voucher |
balance.cents | Balance of voucher in the smallest unit of the vouchers currency (e.g. cents for Euros) |
curl --location -g --request GET 'https://www-staging.givve.com/api/voucher_owners/me/vouchers?sort=created_at&skip_meta_totals=&page[number]=1&page[size]=25' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{}