---
title: "Claim Anonymous Conversation"
method: POST
path: "/api/chat/conversations/{conversation_id}/claim"
tags: ["chat"]
---

# Claim Anonymous Conversation

`POST /api/chat/conversations/{conversation_id}/claim`

Claim an anonymous conversation for a verified user after mid-chat identify().

This preserves the active thread when a user authenticates during an existing
anonymous conversation by transferring ownership from the product's shared
anonymous user to the verified product_user.

## Path parameters

- `conversation_id` string, required

## Request body

- ClaimConversationRequest
  - `product_id` string, required
  - `identity_token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/dafdd6b267c4?raw)
