# GET /websites/:website_id/redirect-domains

**Resource:** [Websites](./websites.md)  
**MCP tool:** `list_website_redirect_domains`  
**Scopes:** `websites:read`  
**Write operation:** no

List the redirect-only domains pointing at a website, each with its DNS records and whether it is live (actually 301-redirecting to the site yet).

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `website_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/websites/:website_id/redirect-domains"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`