---
title: "Get your listings"
method: GET
path: "/api/Rentals/{api_token}"
tags: ["Rentals"]
---

# Get your listings

`GET /api/Rentals/{api_token}`

Requires api token

## Path parameters

- `api_token` string, required

## Query parameters

- `room_id` integer

## Response `200`

The rental was found

- Rentals
  - `room_id` integer
  - `hotel_id` integer, nullable
  - `order_nr` integer, nullable
  - `quantity` integer, nullable
  - `price_day` number, float, nullable
  - `guests` integer, nullable
  - `children` integer, nullable
  - `title` string, required
  - `type` string, nullable
  - `description` string, nullable
  - `photo` string, nullable
  - `safebox_text` string, nullable
  - `booking_hotel_id` string, nullable
  - `booking_room_id` string, nullable
  - `booking_rate_id` string, nullable
  - `airbnb_import` string, nullable
  - `airbnb_export` string, nullable
  - `myallocator_room_id` string, nullable
  - `active` integer, nullable
  - `myallocator_property_id` string, nullable
  - `myallocator_user` string, nullable
  - `myallocator_pasw` string, nullable
  - `expedia_hotel_id` string, nullable
  - `expedia_room_id` string, nullable
  - `expedia_rate_id` string, nullable
  - `hostelworld_hotel_id` string, nullable
  - `hostelworld_room_id` string, nullable
  - `hostelworld_rate_id` string, nullable
  - `hostelworld_pasw` string, nullable
  - `booking_errors` integer, nullable
  - `booking_check` integer, nullable
  - `expedia_errors` integer, nullable
  - `expedia_check` integer, nullable
  - `airbnb_errors` integer, nullable
  - `airbnb_check` integer, nullable
  - `airbnb_listing_id` string, nullable
  - `airbnb_token` string, nullable
  - `matrix_check` integer, nullable
  - `hostelworld_check` integer, nullable
  - `sumup_email` string, nullable
  - `sumup_client_id` string, nullable
  - `sumup_client_secret` string, nullable
  - `url` string, nullable
  - `stripe_secret` string, nullable
  - `subtype` string, nullable
  - `price_type` string, nullable
  - `checkin_time` integer, nullable
  - `checkout_time` integer, nullable
  - `images` string, nullable
  - `facilities_en` string, nullable

## Other responses

- `400` — The rental data is invalid
- `500` — 500 - something odd happened

---

[API](https://skmtc.dev/nobeds/apis/nobeds-api-v2.md) · [All operations](https://skmtc.dev/nobeds/apis/nobeds-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nobeds/nobeds-api-v2/revisions/1dc1febba3bc/schema)
