Skip to main content
POST
/
v3
/
inbox
/
threads
/
mark-as-unread
Mark threads as unread
curl --request POST \
  --url https://api.reply.io/v3/inbox/threads/mark-as-unread \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "threadIds": [
    2
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

application/json

Identifier list for non-atomic bulk thread operations.

threadIds
integer[]
required
Minimum array length: 1
Required range: x >= 1

Response

Per-item results. Threads not present in the dictionary succeeded.

{key}
NotProcessedItemResult · object

Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.