# GET /websites/:website_id/turnstile

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

Get a website's bot protection status: whether it's configured, enabled, its widget mode, and its Turnstile Site Key (the public key custom-built forms render the Turnstile widget with). Never returns the widget secret.

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

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