---
title: "List provider claims and DNS ownership-check status for the signed-in account"
method: GET
path: "/provider/claims"
---

# List provider claims and DNS ownership-check status for the signed-in account

`GET /provider/claims`

Each claim exposes the last successful ownership check, next scheduled check, and consecutive failure count without exposing the stored token hash or raw DNS answers.

## Response `200`

Provider claims with safe ownership-freshness status

- object
  - `claims` ProviderClaim[], required
    - `id` string, uuid, required
    - `site_id` string, uuid, required
    - `domain` string, required
    - `verification_method` 'dns_txt', required
    - `verification_record_name` string, required — TXT record name that must remain published while the claim is verified
    - `status` 'pending' | 'verified' | 'revoked', required
    - `challenge_expires_at` string, date-time, required — Expiry for a pending one-time challenge; it does not authorize removal of a verified TXT record
    - `verified_at` string, date-time, nullable
    - `verification_last_succeeded_at` string, date-time, nullable — Last successful DNS ownership check; paid actions require this to remain within the freshness window
    - `verification_last_attempted_at` string, date-time, nullable
    - `verification_consecutive_failures` integer, required — Consecutive automatic or owner-triggered DNS failures since the last success
    - `verification_next_check_at` string, date-time, nullable — Next scheduled automatic DNS ownership check
    - `revoked_at` string, date-time, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `401` — Human account session required

---

[API](https://skmtc.net/nothumansearch/apis/not-human-search-api.md) · [All operations](https://skmtc.net/nothumansearch/apis/not-human-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nothumansearch/not-human-search-api/revisions/bdae4e208ce7/schema)
