Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
start_date
string<date-time>
required

The start date to filter expired events by their original issue date. Must be within 1 year of end_date

end_date
string<date-time>
required

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

Response

Events enqueued successfully

message
string
Example:

"1 event(s) have been queued for fulfillment"

details
string
Example:

"Events will be processed in the background"