> ## Documentation Index
> Fetch the complete documentation index at: https://docs.linkryse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Verify Domain

> Trigger a DNS verification check for a pending domain.

After adding the required DNS records (CNAME and TXT), call this endpoint to verify ownership.

### Path Parameters

<ParamField path="id" type="string" required>
  The ID of the domain to verify.
</ParamField>

### Response

<ResponseField name="success" type="boolean">
  Whether the domain is now active.
</ResponseField>

<ResponseField name="message" type="string">
  Status message (e.g., "Domain verified and active!").
</ResponseField>
