Skip to main content
PUT
Update Conversation

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

conversationId
string
required

Conversation ID as string

Example:

"tDtDnQdgm2LXpyiqYvZ6"

Body

application/json
locationId
string
required

Location ID as string

Example:

"tDtDnQdgm2LXpyiqYvZ6"

unreadCount
number

Count of unread messages in the conversation

Example:

1

starred
boolean

Starred status of the conversation.

Example:

true

feedback
object

Response

Successful response

success
boolean
required

Boolean value as the API response.

Example:

true

conversation
object
required
Last modified on March 8, 2026