# Api:Rentals

**Page:** api/api-rentals

[Download Raw Markdown](./api/api-rentals.md)

---

## API Endpoints Summary

- **GET** `/api/v1/rentals` — List user rentals
- **GET** `/api/v1/rentals/{id}` — Get rental details
- **POST** `/api/v1/rentals/{id}/extend` — Extend rental

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```