Order notifications
GET https://node-staging.billeasy.in/api/v1/ clients/getnotification
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Authentication
string
Request:
{"category_id":3,"name":"chat","page":1,"store_id":226}
Response:
{
"success": false,
"msg": "data not found",
"data": {
"notification_list": [],
"meta": {
"total_pages": 0
}
}
}Last updated
Was this helpful?