---
title: "GET /bookings/{booking_id}/bundles/{bundle_id}"
method: GET
path: "/bookings/{booking_id}/bundles/{bundle_id}"
tags: ["bookingBundles"]
---

# GET /bookings/{booking_id}/bundles/{bundle_id}

`GET /bookings/{booking_id}/bundles/{bundle_id}`

Retrieve specific bundle by id

## Path parameters

- `bundle_id` integer, required

## Response `200`

- BookingBundle
  - `base_price_per_day` integer
  - `bundle_features` BundleFeatureTransfer[]
    - `category` string
    - `items` BundleFeatureItem[]
      - `details` string
      - `name` string
      - `position` integer
      - `service_id` integer
      - `type` string
  - `dealer_owned_renter` boolean
  - `deductible` integer
  - `default_selection` boolean
  - `delivery` boolean
  - `description` string
  - `featured_description` string
  - `featured_title` string
  - `id` string
  - `insurance_protection` string
  - `is_rental_shield` boolean
  - `meta` unknown
  - `name` string
  - `note` string
  - `offer_individual_service_types` string[]
  - `owner_id` integer
  - `per_mile_price` integer
  - `per_mile_price_fsd` integer
  - `percent_uptake` number, double
  - `premium` integer
  - `premium_base_rate` integer
  - `price_per_day` integer
  - `property_damage` string
  - `qualifies_per_mile_pricing` boolean
  - `recommended` boolean
  - `subtext` string
  - `supported_types` string[]
  - `tier` integer
  - `total_price` integer
  - `use_day_pricing` boolean

## Other responses

- `400` — Invalid input or state means you're bad
- `401` — Unauthorized error
- `404` — Not found 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/revisions/f0cf8f605ea0/schema)
