cURL
curl --request POST \ --url https://alfred.black/api/v1/learning/quarantine/{id}/retry \ --header 'Authorization: Bearer <token>'
{ "retried": true }
Resubmits a quarantined event for processing.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
The unique identifier of the quarantined event
Event resubmitted for processing
Was this page helpful?