Assign threads to a category
Inbox
Assign threads to a category
Requires the
inbox:operate scope (or a broader one that includes it).
Non-atomic bulk assignment — links each supplied thread to this category. Per-item failures are returned in a dictionary keyed by thread id.
Per-item error codes
| Error code | Meaning |
|---|---|
notFound | Thread or category not found |
invalidInput | Invalid input |
forbidden | User not allowed to assign this thread |
POST
Assign threads to a category
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Required range:
x >= 1Body
application/json
Identifier list for non-atomic bulk thread operations.
Minimum array length:
1Required range:
x >= 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.