---
title: "Check the proof for a pending ownership claim"
method: POST
path: "/listing/claim/verify"
tags: ["Listing"]
---

# Check the proof for a pending ownership claim

`POST /listing/claim/verify`

Signed-in only, and the claim must belong to the caller (404 otherwise — no existence oracle). Checks the well-known token file and the DNS TXT record; either passes. Fails closed on any ambiguous response. 200 whether or not it verifies.

## Request body

- object
  - `claimId` string, required

## Response `200`

ClaimVerifyResult (verified may be true or false)

## Other responses

- `401` — Sign-in required
- `404` — No such claim for this caller
- `409` — Claim expired
- `429` — Rate limited

---

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