Skip to main content
POST
/
conversations
/
{id}
/
read
Mark as read
curl --request POST \
  --url https://api.veryfront.com/conversations/{id}/read \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "messageId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

id
string<uuid>
required

Conversation ID

Body

application/json
messageId
string<uuid>
required

Response

204

Read cursor updated