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

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 snoozing a nudge.

nudge_type
string
required
duration
enum<string>
required
Available options:
1d,
3d,
7d

Response

Successful Response

{key}
string