---
title: "GET /favorites"
method: GET
path: "/favorites"
tags: ["favorites"]
---

# GET /favorites

`GET /favorites`

Get list of rental favorites for authenticated user

## Response `200`

- Favorite[]
  - `User` integer
  - `added_at` string
  - `id` integer
  - `rental_id` integer

## Other responses

- `401` — Unauthorized error
- `default` — An unknown, unexpected error.

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/versions/f0cf8f605ea0/schema)
