reminders add

POST {{baseUrl}}/reminders.add

Creates a reminder.

Request Body

[{"name"=>"text", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"time", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"user", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: reminders:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;reminder&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;creator&quot;:&quot;\u003cstring\u003e&quot;,&quot;user&quot;:&quot;\u003cstring\u003e&quot;,&quot;text&quot;:&quot;\u003cstring\u003e&quot;,&quot;recurring&quot;:&quot;\u003cboolean\u003e&quot;,&quot;complete_ts&quot;:&quot;\u003cinteger\u003e&quot;,&quot;time&quot;:&quot;\u003cinteger\u003e&quot;}}