reminders.info
method
Usage info
Retirement of API methods for interfacing with reminders began March 2023, and as such have become degraded or useless.
See this changelog for more information.
This method returns information about a reminder.
Response
(Note: only non-recurring reminders will have time
and complete_ts
field.)
{
"ok": true,
"reminder": {
"id": "Rm12345678",
"creator": "U18888888",
"user": "U18888888",
"text": "eat a banana",
"recurring": false,
"time": 1458678068,
"complete_ts": 1458678200
}
}