Endpoints
✔️Check availability
Lets you check if a resource can be booked at given date and time and returns any conflict information as well as a price.
GET
✔️Check availability
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.Query Parameters
string
required
string
required
The unique id of a location
string
required
The unique id of the location to get the availability for
string
required
The earliest date to show bookings for. The date and time are parsed in the local time of the passed in location. Defaults to the current date and time.
string
The amount of minutes after the start_local time to show data for. Defaults to 60 minutes.
Response
200
object
object
boolean
Example:
falsestring
Example:
This resource is already booked. Please choose a different start and end times.string
Example:
BOOKING_CONFLICTExample Response
Example Request
✔️Check availability