Notification
Fire this api to show all notification.
Show all notification
api/notifications
GET
https://yourdomain.com/api/notifications
This end point To get notification information
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Read Notification
api/readnotification
GET
https://yourdomain.com/api/readnotification
This end point will used to read the notification.
Path Parameters
Name
Type
Description
id*
string
ID of Notification
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Last updated