GET /api/v1/notifications
Display the list of notifications for the current user.


GET /api/v1/notifications/<id>
Returns the user notification..

Params

Param name Description
id
required

id of the user notification

Validations:

  • Must be a Integer


POST /api/v1/notifications/<id>/toggle_read
Toggle the read status of the notification.

Params

Param name Description
id
required

id of the user notification

Validations:

  • Must be a Integer


POST /api/v1/notification/mark_all_read
Mark all notifications as read.