Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://staging.api.us.aptlydone.com/notification/v1/notifications/mark-all-read \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:23.434Z",
"message": "Success",
"data": {
"count": 5
}
}curl --request POST \
--url https://staging.api.us.aptlydone.com/notification/v1/notifications/mark-all-read \
--header 'Authorization: Bearer <token>'{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:23.434Z",
"message": "Success",
"data": {
"count": 5
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
All notifications marked as read successfully