# GET /websites/:website_id

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

Fetch a website by UUID, including site_key, domain, branding, navbar, footer, and SEO configuration.

## 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"   -H "Authorization: Bearer YOUR_API_KEY"
```

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