Skip to main content
PATCH
/
api
/
public
/
v1
/
replies
/
threads
/
{thread_id}
/
star
Toggle thread star
curl --request PATCH \
  --url https://api.coldsend.pro/api/public/v1/replies/threads/{thread_id}/star \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "message": "<string>",
  "thread_id": "<string>",
  "is_starred": true
}

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 star status toggled

Response for toggling thread star status.

success
boolean
required
message
string
required
thread_id
string
required

Thread ID

is_starred
boolean
required

New star status