Skip to main content
GET
/
api
/
anomalies
/
sensitivity
List sensitivity overrides
curl --request GET \
  --url https://app.dacard.ai/api/anomalies/sensitivity \
  --cookie __session=
{
  "overrides": [
    {
      "accountId": "<string>",
      "eventType": "<string>",
      "threshold": 3,
      "updatedByClerkUserId": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

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.

Response

List of overrides

overrides
object[]