# POST /scheduling/voice/reschedule-booking

**Resource:** [SCHEDULING](./scheduling.md)  
**MCP tool:** `voice_reschedule_booking`  
**Scopes:** `scheduling:write`  
**Write operation:** yes

AI voice agent — reschedule a booking keyed by caller phone.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `slot` | body | string | yes |  |

## Request example

```bash
curl -X POST   "https://api.trustpager.com/functions/v1/api/v1/scheduling/voice/reschedule-booking"   -H "Authorization: Bearer YOUR_API_KEY"   -H "Content-Type: application/json"   -d '{"slot":"..."}'
```

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