Notifications
Mark notifications in a workspace inbox read
POST
/notifications/readAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/notifications/read" \ -H "Content-Type: application/json" \ -d '{ "workspace_id": "string" }'Empty