Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
A code that identifies the voucher.
"2CpRCE2c"
Response
A dictionary with a redemption_entries
property that contains an array of voucher's redemptions.
Response body schema for GET v1/vouchers/{code}/redemption
.
The maximum number of times a voucher can be redeemed.
The number of times the voucher was redeemed successfully.
The type of the object represented by JSON. This object stores information about redemptions in a dictionary.
URL
"/v1/vouchers/PROMO-CODE2/redemptions?page=1&limit=10"
Identifies the name of the attribute that contains the array of redemption_entries
.
Total number of redemption objects.
Contains the array of successful and failed redemption objects.
- Redemption
- Redemption Rollback