/reminders.add
POST
/reminders.addCreates a reminder.
Request
Header Params
token
string
required
Authentication token. Requires scope: reminders:write
Body Params application/x-www-form-urlencoded
text
string
required
The content of the reminder
time
string
required
When this reminder should happen: the Unix timestamp (up to five years from now), the number of seconds until the reminder (if within 24 hours), or a natural language description (Ex. "in 15 minutes," or "every Thursday")
user
string
optional
The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
reminder
#/definitions/463262required
Exampleresponse
{
"ok": true
}
Last modified: a year ago