🔁APIs

Notifications List

get

Show All notifications of current login user by token

Responses
200Success
application/json
get
/notifications
200Success

Clear Notifications

post

Clear all notifications of current user.

Body
objectOptional
Responses
200Success
application/json
post
/notifications/clear
200Success

Delete Notification

delete

Delete Selected notifications by ID

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

Update Notification Token

post

update notification token for FCM integration token

Body
tokenstring | nullOptional
Responses
200Success
application/json
post
/notifications/toggle

Last updated

Was this helpful?