---
title: "Check a domain's DNS TXT record now"
method: POST
path: "/v1/webchat/widgets/{widget_id}/domains/{domain_id}/verify"
tags: ["webchat"]
---

# Check a domain's DNS TXT record now

`POST /v1/webchat/widgets/{widget_id}/domains/{domain_id}/verify`

Synchronous check so the dashboard can show a result immediately.

The weekly sweep (``webchat.recheck_domains``) is what keeps it honest
afterwards; this is the impatient-customer path.

## Path parameters

- `widget_id` string, uuid, required
- `domain_id` string, uuid, required

## Response `200`

Successful Response

- DomainResponse
  - `id` string, uuid, required
  - `hostname` string, required
  - `include_subdomains` boolean, required
  - `verification_state` string, required
  - `verification_token` string, required
  - `verified_at` string, date-time, nullable, required
  - `last_checked_at` string, date-time, nullable, required
  - `failure_reason` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `404` — Resource not found
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
