Skip to main content
POST
/
v1
/
notifications
/
mark-all-read
Mark all notifications read
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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

201 - application/json

All notifications marked as read successfully

statusCode
number
required

HTTP Status code

Example:

200

timestamp
string
required

Timestamp of the response

Example:

"2025-06-24T08:51:23.434Z"

message
string
required

Response message

Example:

"Success"

data
object
required

Response data