Skip to main content
POST
/
social
/
conversations
/
{conversation_id}
/
read
Mark a conversation read
curl --request POST \
  --url https://api.smartlyq.com/v1/social/conversations/{conversation_id}/read \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": 101,
    "read": true
  },
  "meta": {
    "request_id": "req_abc123",
    "timestamp": "2026-03-01T16:00:00Z"
  }
}

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Path Parameters

conversation_id
integer
required

Conversation id

Response

Success

success
enum<boolean>
Available options:
true
data
object
meta
object