Skip to main content
GET
List reservations

Authorizations

Authorization
string
header
required

Use a JWT access token or API key (prefixed with nv_)

Response

200 - application/json

List of reservations

id
string<uuid>
user_id
integer
vm_id
string | null
reservation_months
integer
discount_percent
number
deposit_amount
number
remaining_balance
number
status
enum<string>
Available options:
active,
completed,
cancelled,
converted_to_on_demand
created_at
string<date-time>
end_at
string<date-time>
cancelled_at
string<date-time> | null
cancellation_fee
number | null
refund_amount
number | null