This is to test daily reminder notification for a particular user. to test it u have to create a checklist for that day and send a request once its successfully a notification will be sent to the user as a reminder. Note that only people with device token stored in the database get notification and once notification is send once and is successfully for that day it can't be sent again.
Request
Query Params
Responses
🟢200New Request
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/checklist-reminder-user?email=shegesamuel@gmail.com'
Response Response Example
{"success":true,"message":"Notifications sent successfully.","data":"You have 1 tasks due today. Click to review!"}