An API to store your reminders easily!
Note:
Bearer (your token)
Get a list of reminder(s)
Header(s):
Authorization
*page
limit
Returns:
Adds a reminder
Header(s):
Authorization
*title
*description
color
as hex code starting with #, for example: #FFFFFF
priority
the options are low
, medium
, and high
tags
as an arraysharedWith
as user’s IDtime
as stringYou won’t be able to modify it if you do not own it.
Header(s):
Authorization
*title
as stringdescription
as stringcolor
as hex code starting with #, for example: #FFFFFF
priority
the options are low
, medium
, and high
tags
as an arraysharedWith
as user’s IDtime
as stringReturns:
Deletes a reminder. This will remove you from sharedWith
if you don’t own it.
Header(s):
Authorization
*Returns:
sharedWith
array was successfulGet the list of subscription(s)
Header(s):
Authorization
*Returns:
Change getSharedWith
trigger (to receive reminder(s) shared with you)
Header(s):
Authorization
*type
* available options: discord-webhook, slack-webhooktarget
* the URL to the webhookgetSharedWith
* get triggers for reminder(s) shared with youAdds a subscription for reminders that has the time information attached to it
Header(s):
Authorization
*type
* available options: discord-webhook, slack-webhooktarget
* the URL to the webhookgetSharedWith
* get triggers for reminder(s) shared with youReturns:
Remove a subscription
Header(s):
Authorization
*type
*target
*Returns:
Creating an account
Header(s):
username
* a-z, A-Z, 0-9, 3-20 characters as stringemail
* as stringpassword
* as stringReturns:
Header(s):
user
* either username or emailpassword
*Returns:
{ userid, session }
, put the session as Bearer Token AuthenticationHeader(s):
Authorization
*Returns:
{ message: "User logged out successfully" }
Delete your account and your reminders
Header(s):
Authorization
*password
*Returns:
Get a list of your account’s sessions.
Header(s):
Authorization
*Returns:
Invalidate a session token.
Header(s):
Authorization
*password
*