githubEdit

🔁APIs

Notifications List

get

Show All notifications of current login user by token

Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
datastringRequired
get
/notifications
200Success

Clear Notifications

post

Clear all notifications of current user.

Body
objectOptional
Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
datastring[]Required
post
/notifications/clear
200Success

Delete Notification

delete

Delete Selected notifications by ID

Path parameters
idstringRequired
Body
objectOptional
Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
datastring[]Required
delete
/notifications/{id}/delete
200Success

Make Notification as Read

post

You can make the selected notification by id flag to be is_read=true

Path parameters
idstringRequired
Body
objectOptional
Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
datastring[]Required
post
/notifications/{id}/read

Update Notification Token

post

update notification token for FCM integration token

Body
tokenstring · nullableOptional
Responses
chevron-right
200Success
application/json
successbooleanRequired
messagestringRequired
bodystring[]Required
post
/notifications/toggle

Last updated