Skip to main content

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


NameDescriptionRequiredType
notificationIdThe Notification ID Requiredstring

Response

CodeDescription
200Details of the notifications
409Unauthorized

Response Sample

Content type
application/json

[
"statusCode": 200,
"success": true,
"data": [
+ {}
]
...
]