# POST /phone/bundles/:bundle_id/submit

**Resource:** [Phone](./phone.md)  
**MCP tool:** `submit_phone_bundle`  
**Scopes:** `phone:write`  
**Write operation:** yes

Submit a regulatory bundle for review.

## Parameters

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

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/phone/bundles/:bundle_id/submit"   -H "Authorization: Bearer YOUR_API_KEY"
```

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