Skip to main content
POST
/
api
/
conversation
/
unseen
POST /api/conversation/unseen
curl --request POST \
  --url https://api.staging.tetherai.ca/api/conversation/unseen \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "conversationId": "507f1f77bcf86cd799439011"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
conversationId
string
required

The ID of the conversation to mark as unseen

Example:

"507f1f77bcf86cd799439011"

Response

Successful response

Generic response envelope. Endpoint-specific fields are intentionally open.