Skip to main content
POST
/
api
/
anomalies
/
acknowledge
Acknowledge an anomaly
curl --request POST \
  --url https://app.dacard.ai/api/anomalies/acknowledge \
  --header 'Content-Type: application/json' \
  --cookie __session= \
  --data '
{
  "anomalyId": "<string>"
}
'
{
  "success": true
}

Authorizations

__session
string
cookie
required

Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.

Body

application/json
anomalyId
string
required

ID of the anomaly to acknowledge

Response

Acknowledged

success
boolean
Example:

true