---
title: "Get or create domain conversation"
method: POST
path: "/mcp/v1/actions/ud_lead_get"
tags: ["Leads"]
---

# Get or create domain conversation

`POST /mcp/v1/actions/ud_lead_get`

Start or find an existing conversation with the seller of a domain. Returns existing conversation if one already exists.

## Request body

- object
  - `domain` string, required — The domain name to inquire about (e.g., "example.crypto")
  - `buyerId` string — Optional: Encoded buyer ID for sellers responding to offers

## Response `200`

Conversation details

- ContactSellerResponse
  - `conversation` object
    - `id` number — Conversation ID
    - `domainName` string
    - `domainId` number
    - `createdAt` string
    - `participants` object[]
      - `id` string
      - `role` 'BUYER' | 'SELLER'
    - `isExisting` boolean — True if returning existing conversation
  - `message` string

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/versions/c1def8e34b41/schema)
