Skip to main content
POST
Mark Alert Actioned
Use this API to mark an alert as actioned, recording that it has been followed up on.

Endpoint

POST https://api.velt.dev/v2/memory/alerts/action

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Mark an alert actioned

Response

The response confirms the update. An actioned alert is no longer returned by List Alerts, and no endpoint restores it to active. An alertId that does not exist returns a 500 INTERNAL error.

Success Response

Failure Response