---
title: "Respond to marketplace offers"
method: POST
path: "/mcp/v1/actions/ud_offer_respond"
tags: ["Marketplace"]
---

# Respond to marketplace offers

`POST /mcp/v1/actions/ud_offer_respond`

Accept or reject incoming offers on your domains.

## Request body

- object
  - `offers` object[], required
    - `id` number, required — Offer ID
    - `action` 'accept' | 'reject', required

## Response `200`

Offer response results

- RespondToOfferResponse
  - `results` object[]
    - `offerId` number
    - `domainName` string
    - `action` string
    - `success` boolean
    - `priceInCents` number
    - `priceFormatted` string
    - `newStatus` string
    - `error` string
  - `successCount` number
  - `failureCount` number
  - `message` string
  - `signatureRequired` boolean
  - `signatureNote` 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)
