GET
/
v1
/
voucher
/
get-many

Authorizations

X-Api-User
string
headerrequired
X-Api-Key
string
headerrequired

Query Parameters

page
number

Defaults to 1. This is the current page being requested relative to size of a page

pageSize
number

The number of items to be retured per page

paymentStatus
enum<string>

Voucher payment status

Available options:
paid,
unpaid

Response

200 - application/json
success
boolean
message
string
data
object[]

An array containing the retrieved voucher records, sorted in descending order by their creation date.

meta
object