# POST /approvals/:approval_id/approve

**Resource:** [Approvals](./approvals.md)  
**MCP tool:** `approve_action`  
**Scopes:** `approvals:write`  
**Write operation:** yes

Approve a pending action and execute it. Destructive — runs the underlying queued operation.

## Parameters

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

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/approvals/:approval_id/approve"   -H "Authorization: Bearer YOUR_API_KEY"
```

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