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

# Get your listings bookings

`GET /api/Bookings/{api_token}`

Requires api token. Order_id - your order id (optional). Date format yyyy-MM-dd

## Path parameters

- `api_token` string, required

## Query parameters

- `order_id` integer
- `fromdate` string, date-time
- `todate` string, date-time

## Response `200`

The bookings was selected

- Order[]
  - `order_id` integer
  - `hotel_id` integer
  - `room_id` integer
  - `vroom_id` integer, nullable
  - `user_id` integer, nullable
  - `invoice` integer, nullable
  - `referral` string, nullable
  - `referral_order_id` string, nullable
  - `checkin` string, date-time
  - `checkout` string, date-time
  - `name` string, nullable
  - `country` string, nullable
  - `address` string, nullable
  - `email` string, nullable
  - `emailas` string, email, nullable
  - `phone` string, tel, nullable
  - `guests` integer, nullable
  - `childrens` integer, nullable
  - `infants` integer, nullable
  - `nights` integer, nullable
  - `price` number, float, nullable
  - `total` number, float, nullable
  - `services` number, float, nullable
  - `taxes` number, float, nullable
  - `prepay` number, float, nullable
  - `comission` number, float, nullable
  - `balance` number, float, nullable
  - `status` string, nullable
  - `comment` string, nullable
  - `created` string, date-time, nullable
  - `inserted` string, date-time, nullable
  - `updated` string, date-time, nullable
  - `canceled` string, date-time, nullable
  - `deleted` string, date-time, nullable
  - `roomreservation_id` string, nullable
  - `ruid` string, nullable
  - `genius` string, nullable
  - `review` number, float, nullable
  - `staff` string, nullable
  - `staff_review` number, float, nullable
  - `cleaned` string, nullable
  - `cleanness` number, float, nullable
  - `blob` string, nullable
  - `pid` string, nullable
  - `b_name` string, nullable
  - `b_price` string, nullable
  - `b_extras` string, nullable
  - `b_smoking` string, nullable
  - `b_remarks` string, nullable
  - `b_info` string, nullable
  - `b_meal` string, nullable
  - `photo_url` string, nullable
  - `company_name` string, nullable
  - `company_address` string, nullable
  - `company_code` string, nullable
  - `coupon` string, nullable
  - `hour` integer, nullable
  - `document_url` string, nullable
  - `signature_url` string, nullable
  - `signature_info` string, nullable
  - `safebox_sms` string, date-time, nullable
  - `safebox_email` string, date-time, nullable
  - `approved_timestamp` string, date-time, nullable
  - `paid_timestamp` string, date-time, nullable
  - `proforma_timestamp` string, date-time, nullable
  - `invoice_timestamp` string, date-time, nullable

## Other responses

- `400` — The booking data is invalid

---

[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)
