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

# List Domains

> Fetch all registered custom domains and their verification statuses.

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": [
      {
        "id": "b7e1-9283-acde-4912-8839",
        "domain": "yourdomain.com",
        "verification_status": "verified",
        "provider": "stalwart"
      }
    ]
  }
  ```
</ResponseExample>
