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

# Verify Domain

Triggers a verification check for the specified domain. The system looks up the DNS TXT record to confirm ownership. Requires a verified email.

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

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

## Response

<ResponseField name="success" type="boolean">
  Whether the verification was successful.
</ResponseField>

<ResponseField name="message" type="string">
  A human-readable message describing the verification result.
</ResponseField>

<ResponseField name="verified_at" type="string">
  ISO 8601 timestamp of when the domain was verified. Only present on successful verification.
</ResponseField>
