Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
1 <= x <= 100Which page of results to return. The lowest value is 1.
1 <= x <= 100Sorts the results using one of the filtering options, where the dash - preceding a sorting option means sorting in a descending order.
created_at, -created_at, status, -status Response
A dictionary with an exports property that contains an array of exports. Each entry in the array is a separate export object. The list will return the following types of exported objects: voucher, redemption, publication, customer, order, points_expiration, or voucher_transactions.
The channel parameter in the response body returns the channel that was used to generate the particular export. The user_id identifies the specific user who initiated the export through the Voucherify Dashboard; this user_id is returned when the channel value is WEBSITE.
Response body schema for GET v1/exports.
The type of the object represented by JSON. This object stores information about exports.
list Identifies the name of the attribute that contains the array of exports.
exports An array of export objects.
- Export Voucher
- Export Redemption
- Export Customers
- Export Publication
- Export Orders
- Export Points Expiration
- Export Vouchers Transactions
Total number of exports.

