# GET /portals/templates/:template_id

**Resource:** [Portals](./portals.md)  
**MCP tool:** `get_portal_template`  
**Scopes:** `portals:read`  
**Write operation:** no

Fetch a portal template by UUID (its full design config).

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/portals/templates/:template_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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