# GET /schemas/triggers/:trigger_type|str

**Resource:** [Schemas](./schemas.md)  
**MCP tool:** `get_trigger_schema`  
**Scopes:** _none_  
**Write operation:** no

Fetch a single trigger schema by trigger_type (e.g. contact_created). Free read.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `trigger_type` | query | string | yes | Trigger type identifier |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/schemas/triggers/:trigger_type|str"   -H "Authorization: Bearer YOUR_API_KEY"
```

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