reminderapi

ReminderAPI

An API to store your reminders easily!

API Documentation

Reminders

Note:

[GET] /api/reminders

Get a list of reminder(s)

Header(s):

Returns:

[POST] /api/reminders/add

Adds a reminder

Header(s):

[POST] /api/reminders/modify/:id

You won’t be able to modify it if you do not own it.

Header(s):

Returns:

[DELETE] /api/reminders/delete/:id

Deletes a reminder. This will remove you from sharedWith if you don’t own it.

Header(s):

Returns:

Subscription

[GET] /api/subscription

Get the list of subscription(s)

Header(s):

Returns:

[POST] /api/subscription/edit

Change getSharedWith trigger (to receive reminder(s) shared with you)

Header(s):

[POST] /api/subscription/add

Adds a subscription for reminders that has the time information attached to it

Header(s):

Returns:

[DELETE] /api/subscription/remove

Remove a subscription

Header(s):

Returns:

User

[POST] /api/user/signup

Creating an account

Header(s):

Returns:

[POST] /api/user/login

Header(s):

Returns:

[POST] /api/user/logout

Header(s):

Returns:

[DELETE] /api/user/delete

Delete your account and your reminders

Header(s):

Returns:

[GET] /api/user/sessions

Get a list of your account’s sessions.

Header(s):

Returns:

[DELETE] /api/user/session/delete

Invalidate a session token.

Header(s):