GET
/
v1
/
voucher
/
get-many

Authorizations

X-Api-User
string
header
required
X-Api-Key
string
header
required

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
data
object[]

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

message
string
meta
object
success
boolean