GET
/reminders.listList reminders
Lists all reminders created by or assigned to the authenticated user. Provide the authentication token when required by the authorization context. The response returns each reminder with its recipient, schedule, text, and completion information.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Authentication token with the `reminders:read` scope.
200Returns an array of reminder objects, each containing its identifier, creator, recipient, text, scheduled time, recurring status, and completion timestamp.
okbooleanrequired
remindersarray<object>required
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
The token must grant the reminders:read scope when authentication is required. The authenticated user can retrieve only reminders available within that authorization context.