1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
query Organisation {
organisation {
models {
edges {
node {
slots(fist: 5, filter: { startTime: "2021-03-18T14:50:01.792Z"}) {
edges {
node {
startTime
endTime
available
}
}
}
}
}
}
}
}
Leasy is a cloud solution for businesses and organisations that have to manage the availability of assets or services based on a time schedule. Examples include rental businesses, hotels, cinemas, but also the service industry like hair-dressers, mechanics, craftspeople and many more.
All data of your business is managed with a clean and easy to understand user interface, while your customer facing website and offerings communicate via API. Leasy takes over scheduling logic, reservations, checkout*, analytics* and payments*. Still unsure? Start chatting with us!
*available soon
Generate your API key.
Choose the right permission level for your usage and generate an access key. Leasy makes sure noone else can access your data!
Start fetching data
Make bookings via the SDK or directly with the API. Thanks to GraphQL, the API is flexible and you get all the data you want.
Yes, currently you have to build your own website, that consumes the Leasy API. But, Leasy offers a Cloud UI, that allows you to easily modify organisational data.
You can use any technology that is able to make HTTP requests. At Leasy, we will start by focusing on JAM stack technologies such as React and Next.js but we soon want to support other platforms and languages.