Skip to main content
POST
/
api
/
dashboard
/
nudges
/
{memory_id}
/
dismiss
Dismiss a nudge
curl --request POST \
  --url https://api.example.com/api/dashboard/nudges/{memory_id}/dismiss \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "nudge_type": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

memory_id
integer
required

Body

application/json

Request body for dismissing a nudge.

nudge_type
string
required

Response

Successful Response

{key}
string