POST
/
customers
/
fulfill_expired_events
curl --request POST \
  --url https://app.masivo.ai/api/storefront/v1/customers/fulfill_expired_events \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "start_date": "2023-11-07T05:31:56Z",
  "end_date": "2023-11-07T05:31:56Z"
}'
{
  "message": "1 event(s) have been queued for fulfillment",
  "details": "Events will be processed in the background"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

Events enqueued successfully

The response is of type object.