DKBSignDocs

API reference

PATCHRequires Bearer token

Patch users notifications read-all

/api/users/notifications/read-all

Update `/api/users/notifications/read-all`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.

Path parameters

This endpoint has no path parameters.

Query parameters

This endpoint has no query parameters.

Request body

This endpoint does not accept a request body.

Responses

StatusMeaning
500See the example response.

Request

curl
curl -X PATCH 'https://api.dkbsigns.com/api/users/notifications/read-all' \
  -H 'Authorization: Bearer $DKBSIGN_TOKEN'

Response 200

json
{
  "status": "success",
  "message": "Upstream response is forwarded unchanged."
}