Maintenance
Fulfill expired events
Fulfill expired events that were not marked as fulfilled. This endpoint enqueues up to 500 events per call to be processed in the background. Note that events may fail due to expired rewards or insufficient wallet balance at the time of re-processing them. Failed events can be reviewed in the Cron Jobs tab of your account settings to identify the specific event IDs that encountered issues.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The start date to filter expired events by their original issue date. Must be within 1 year of end_date
The end date to filter expired events by their original issue date. Must be within 1 year of start_date. Events will be processed in batches of 500