# POST /scheduling-bookings/:id/mark-attended

**Resource:** [Scheduling Bookings](./scheduling-bookings.md)  
**Scopes:** `company:write`  
**Write operation:** yes

Mark a booking as attended. Sets status to "attended", clears the linked opportunity's next action, cancels pending reminders, and logs a CRM activity with full booking context.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | string | yes | Booking UUID |

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