Loyalties
Export Loyalty Campaign Point Expiration
Schedule the generation of a point expiration CSV file for a particular campaign. It can list point buckets, which can have an ACTIVE or EXPIRED status.
post/v1/loyalties/{campaignId}/points-expiration/export
Request body
Response
Returns an object with the export ID of the scheduled generation of CSV file with exported points expirations. You can use either the Download Export endpoint to download the CSV file.
Example response
{
"id": "exp_FFfp9o7daWuJqJCKp5xqqli4",
"created_at": "2022-04-28T11:23:20.922Z",
"user_id": "user_g24UoRO3Caxu7FCT4n5tpYEa3zUG0Fr"
}