Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location -g --request GET '/voucher_owners?sort&skip_meta_totals&page[number]&page[size]&$in=&$in=&$nin=&$nin=&$gte=&$gte=&$lte=&$lte=&$gt=&$gt=&$lt=&$lt=' \
--header 'Authorization: Bearer <token>'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"identifier": null,
"title": null,
"name": null,
"first_name": "string",
"last_name": "string",
"email": null,
"address_line_1": null,
"address_line_2": null,
"zip_code": null,
"city": null,
"country_code": null,
"customer": {
"id": "string",
"name": "string",
"type": "string"
},
"vouchers": [
null
]
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}