Export card's ledger log

GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId/export_log?rangeStart=2022-11-08T00:11:22.082Z&rangeEnd=2022-11-08T00:11:22.082Z&dateFormat=excel

Download a CSV file containing a loyalty card ledger log of the loyalty program.

Tip: If the exported CSV file is too large to view, you can split it into multiple files.

Request Params

KeyDatatypeRequiredDescription
rangeStartstring(Required) Only return results from after this timestamp. This must be an RFC3339 timestamp string.
rangeEndstring(Required) Only return results from before this timestamp. This must be an RFC3339 timestamp string.
dateFormatstringDetermines the format of dates in the export document.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring