---
title: "Returns the list of available premium services for the request rental."
method: GET
path: "/rentals/{rental_id}/services"
tags: ["rentals"]
---

# Returns the list of available premium services for the request rental.

`GET /rentals/{rental_id}/services`

Not all services will be available for all rentals, depending on the owner,
vehicle, or location of the vehicle (country).

## Path parameters

- `rental_id` integer, required

## Response `200`

HTTP status code 200 and rental model

- ServiceIntegration[]
  - `active` boolean
  - `allow_dealer_premium` boolean
  - `allow_dealer_to_require` boolean
  - `allow_owner_premium` boolean
  - `auth_token` string
  - `booking_disabled` boolean
  - `booking_id` integer
  - `category` string
  - `charge_to` string
  - `countries` string[] — DBStringSlice is a []string with database conversion methods
  - `created` string
  - `current_data` unknown
  - `dealer` boolean — Calculated based on active Booking Services
  - `dealer_default_enabled` boolean
  - `dealer_flat_split` integer
  - `dealer_percent` number, double
  - `dealer_percent_split` number, double
  - `dealer_percent_type` string
  - `dealer_price` integer
  - `dealer_price_type` string
  - `dealer_qualifies` boolean
  - `dealer_split_type` string
  - `default_enabled` boolean
  - `description` string
  - `details` ServiceIntegrationDetails
    - `features` ServiceIntegrationFeature[]
      - `description` string
  - `hide_from_dealer` boolean
  - `id` integer
  - `is_taxable` boolean
  - `lock_on_booking_status` string
  - `minimum_vehicle_year` integer
  - `missing_fields` object
  - `name` string
  - `owner_percent` number, double
  - `owner_percent_type` string
  - `owner_price` integer
  - `owner_price_type` string
  - `qualified` boolean
  - `regions` string[] — DBStringSlice is a []string with database conversion methods
  - `renter_region_exclusions` string[] — DBStringSlice is a []string with database conversion methods
  - `required` boolean
  - `required_fields` string[] — DBStringSlice is a []string with database conversion methods
  - `roamly_weather_quote` unknown
  - `service_data` unknown
  - `service_endpoint` string
  - `slug` string
  - `support_phone` string
  - `tax_amount` integer
  - `tax_rate_ids` integer[]
  - `total` integer
  - `updated` string
  - `user_disabled` boolean
  - `user_premium` integer
  - `user_required` boolean
  - `vehicle_types` string[] — DBStringSlice is a []string with database conversion methods

## Other responses

- `401` — Unauthorized error
- `404` — Not found 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/revisions/f0cf8f605ea0/schema)
