Mark threads as unread
Beta. This endpoint is in beta. Behavior, parameters, and response shapes may change without notice.
Non-atomic bulk update — flips isRead to false on each supplied thread. Per-item failures are returned in a dictionary keyed by thread id.
Per-item error codes
| Error code | Meaning |
|---|---|
notFound | Thread not found |
forbidden | User not allowed to access this thread |
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Body
Identifier list for non-atomic bulk thread operations.
1x >= 1Response
Per-item results. Threads not present in the dictionary succeeded.
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.