Skip to main content
PATCH
/
api
/
public
/
v1
/
replies
/
threads
/
{thread_id}
/
read
Mark thread as read
curl --request PATCH \
  --url https://api.coldsend.pro/api/public/v1/replies/threads/{thread_id}/read \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "marked_count": 123,
  "thread_ids": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

API key with format cs_live_xxx

Path Parameters

thread_id
string<uuid>
required

Thread ID

Response

Thread marked as read

Response for marking threads as read.

success
boolean
required
message
string
required
marked_count
integer
required

Number of threads marked as read

thread_ids
string[]
required

List of thread IDs that were marked