Notifications
Cette page n'est pas disponible en français. La version anglaise est affichée.
Read a batch of notifications
Use this method to mark multiple notifications as read
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v2/my/notifications/mark-read" \ -H "Content-Type: application/json" \ -d '{}'Empty
{ "error": { "message": "Unauthorized" }}{ "error": { "message": "Account is archived" }}{ "error": { "message": "Service Unavailable" }}