List all vouchers for the authenticated user.
GET /api/v1/vouchers/
Returns a paginated list of vouchers ordered by creation time. Useful for checking the status of multiple vouchers at once.
Parameters
Query
| Name | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Number of items to return (default 100) |
offset | integer | No | Number of items to skip for pagination |
since | integer | No | Unix timestamp (ms) — return items created after this time |
until | integer | No | Unix timestamp (ms) — return items created before this time |
status | string | No | Filter by voucher status (RESERVED, REDEEMED, RESOLVED, DISCARDED) |