Update an item’s properties.
curl -X PATCH https://api.getmatter.com/public/v1/items/itm_r9f3a \ -H "Authorization: Bearer mat_your_token_here" \ -H "Content-Type: application/json" \ -d '{"status": "archive", "is_favorite": true}'
{ "object": "item", "id": "itm_r9f3a", "title": "How to Do Great Work", "url": "https://paulgraham.com/greatwork.html", "status": "archive", "is_favorite": true, "reading_progress": 0.75, "updated_at": "2026-03-30T20:00:00Z" }
itm_r9f3a
queue
archive
inbox
true
false
0.0
1.0