---
title: "Resolve a shared conversation link"
method: GET
path: "/api/v1/chat-review/resolve/{id}"
tags: ["chat"]
---

# Resolve a shared conversation link

`GET /api/v1/chat-review/resolve/{id}`

## Path parameters

- `id` string, required

## Response `200`

- ChatReviewResolveResponseDTO
  - `canReview` boolean, required — Whether the caller may review conversations in this org
  - `chatId` string, uuid, required — Chat id
  - `isOwnChat` boolean, required — Whether the chat belongs to the calling user
  - `userId` string, uuid, required — Id of the user the chat belongs to

---

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