Notifications
This page contains the logic that governs the retrieval of notification
Get All Notifications
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "success",
"code": 200,
"count": 15,
"message": "Data retrieved successfully",
"data": [
{
"_id": "648486d0aca8a884f6a1be29",
"user": "618559827c7b9bcfbcb8b073",
"message": "You have been reported by Vicolas concerning transaction: TEST-224480220.",
"isRead": false,
"context": "dispute",
"contextData": {
"_id": "648486d0aca8a884f6a1be27",
"dispute_id": "741710194",
"trans_id": "64792a1dc792f00da9c747dd"
},
"source": "developer",
"dev_mode": "live",
"createdAt": "2023-06-10T14:21:04.990Z",
"updatedAt": "2023-06-10T14:21:04.990Z"
},
]
}Get A Single Notification
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated