---
title: "Mark a conversation as favorite or unfavorite"
method: POST
path: "/conversations/favorite"
tags: ["Conversations"]
---

# Mark a conversation as favorite or unfavorite

`POST /conversations/favorite`

REQUIRED SCOPES <code>['conversations:write']</code>

## Request body

- object
  - `conversation_id` integer, required — ID of the conversation
  - `favorite` boolean, required — True to mark as favorite, false to unmark

## Response `200`

Successful operation

- object
  - `type` string
  - `message` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Conversation not found

---

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