---
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

## Changes

- **2026-08-25** `c3a92b6b6909` — 4 warning
  - added the new `too_large` enum value to the `error/type` response property for the response status `401`
  - added the new `too_large` enum value to the `error/type` response property for the response status `404`
  - added the new `too_large` enum value to the `error/type` response property for the response status `409`
  - added the new `too_large` enum value to the `error/type` response property for the response status `429`

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/listing/claim/verify/post.md)

---

[API](https://skmtc.dev/releases/apis/releases-api.md) · [All operations](https://skmtc.dev/releases/apis/releases-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/releases/releases-api/revisions/ef21361a36e6/schema)
