githubEdit

🔁APIs

Notifications List

get

Show All notifications of current login user by token

Responses
get
/notifications
200Success

Clear Notifications

post

Clear all notifications of current user.

Body
objectOptional
Responses
post
/notifications/clear
200Success

Delete Notification

delete

Delete Selected notifications by ID

Path parameters
idstringRequired
Body
objectOptional
Responses
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
post
/notifications/{id}/read

Update Notification Token

post

update notification token for FCM integration token

Body
tokenstring · nullableOptional
Responses
post
/notifications/toggle

Last updated