Get Notification By ID
Get all notifications of the user. To get all notifications use this endpoint.
GET /api/v1/client/account/notifications/{notificationId}
Path param
authorization : *bearer
REQUEST BODY SCHEMA: application/json
Name | Description | Required | Type |
---|---|---|---|
notificationId | The Notification ID | Required | string |
Response
Code | Description |
---|---|
200 | Details of the notifications |
409 | Unauthorized |
Response Sample
Content type
application/json
[
"statusCode": 200,
"success": true,
"data": [
+ {}
]
...
]