API ReferenceNotification
Mark As Read
Mark as read.
Authorization
bearerAuth user, superuser, admin, superadmin, readonlyAuthorization<token>
In: header
Scope: user, superuser, admin, superadmin, readonly
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
Try it live
curl -X PATCH "https://example.com/notifications/markRead" \ -H "Content-Type: application/json" \ -d '{ "notificationIds": [ "string" ] }'Empty