# GET /portals/template-content-candidates

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

List the workspace resources valid to attach as template content of a given type (so you attach real ids, not guesses). signing/documents → document templates; files → secure files; images → company images; notepads → notepads.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `type` | query | string | yes | One of: signing, documents, files, images, notepads (query param). |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/portals/template-content-candidates"   -H "Authorization: Bearer YOUR_API_KEY"
```

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