---
title: "Update conversation status"
method: PUT
path: "/v1/inbox/conversations/{conversationId}"
tags: ["Messages"]
---

# Update conversation status

`PUT /v1/inbox/conversations/{conversationId}`

Archive or activate a conversation. Requires accountId in request body.

## Path parameters

- `conversationId` string, required

## Request body

- object
  - `accountId` string, required — Social account ID
  - `status` 'active' | 'archived', required

## Response `200`

Conversation updated

- object
  - `success` boolean
  - `data` object
    - `id` string
    - `accountId` string
    - `status` 'active' | 'archived'
    - `platform` string
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Inbox addon required
- `404` — Conversation not found (WhatsApp only; other platforms upsert)

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/15e893e69e8c/schema)
