v4

latestOpenAPI 3.1.02026-08-08221179273.1 KB
reminders

Snooze Reminder

Snooze a reminder: schedule a follow-up reminder Live Activity in minutes.

Public/unauthenticated: the native "remind me later" App Intent has no user session, so it posts the user_id + task_id embedded in the Live Activity and we trust them. The action is benign (re-sends a reminder the user already has) and task_id is an unguessable UUID.

post/api/reminders/snooze

Request body

user_idstring required

User who owns the reminder (from the Live Activity)

task_idstring required

cron_tasks id of the reminder to snooze (from the Live Activity)

minutesinteger required

Minutes to wait before re-sending the reminder

Response

Successful Response

{"stackTrail":"paths:/api/reminders/snooze:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}