Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
A unique code identifying the loyalty card that you are looking to export transaction data for.
"MmFAzfDe"
Body
Specify the parameters and filters for the transaction export.
Request body schema for POST v1/loyalties/members/{memberId}/transactions/export
and for POST v1/loyalties/{campaignId}/members/{memberId}/transactions/export
.
List of available fields and filters that can be exported with an order along with the sorting order of the returned data.
Response
Returns an export object.
Response body schema for POST v1/loyalties/members/{memberId}/transactions/export
and for POST v1/loyalties/{campaignId}/members/{memberId}/transactions/export
.
Unique export ID.
The type of object being represented. This object stores information about the export.
export
Timestamp representing the date and time when the export was scheduled in ISO 8601 format.
Status of the export. Informs you whether the export has already been completed, i.e. indicates whether the file containing the exported data has been generated.
SCHEDULED
Contains the URL of the CSV file.
Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE.
The type of object to be exported.
voucher_transactions
The channel through which the export was triggered.
List of available fields and filters that can be exported with an order along with the sorting order of the returned data.