# GET /order-forms/:order_form_id

**Resource:** [Order Forms](./order-forms.md)  
**MCP tool:** `get_order_form`  
**Scopes:** `forms:read`  
**Write operation:** no

Fetch a single order form configuration by UUID.

## Parameters

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

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/order-forms/:order_form_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

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