Skip to main content
PUT
Open or close a conversation

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
status
enum<string>
required

Active = open in the inbox; Closed = work finished

Available options:
Active,
Closed
Example:

"Closed"

Response

Status updated

success
boolean
Example:

true

message
string
Example:

"Conversation status updated"

data
object