Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Method | Endpoint | Description |
|---|---|---|
GET | /api/v1/voucher | Returns the list of available vouchers. |
GET | /api/v1/voucher/get-codes-by-voucher-id/{idVoucher} | Returns all the voucher codes associated with a specific voucher. |
POST | /api/v1/voucher | Creates a new voucher. |
POST | /api/v1/voucher/voucher-verify | Validates an existing voucher. |