Glanced
Glanced

Mark all as read

Mark all items as read or unread for the current user with optional filtering.

PUT
/v1/items
AuthorizationBearer <token>

API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

PUT '/v1/items'.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/items" \  -H "Content-Type: application/json" \  -d '{}'
{  "message": "string"}

How is this guide?