Bookings
This page includes all endpoints available for the bookings module of Logiciel Actif.
List all bookings
GET
https://app.gem-books.com/api/bookings
This endpoint allows you to get the list of your bookings. The bookings are returned sorted by pickup dates, with the most recent appearing first.
Headers
Name
Type
Description
Authentification
string
Bearer token.
Accept
string
Should be application/json
.
Retrieve a booking
GET
https://app.gem-books.com/api/bookings/:id
This endpoint allows you to retrieve a specific booking.
Path Parameters
Name
Type
Description
id
integer
Booking ID.
Headers
Name
Type
Description
Authentification
string
Bearer token.
Accept
string
Should be application/json
.
Last updated