Endpoints
📆Book resource
Creates a booking for a given resource, start date and duration.
POST
📆Book resource
📆Book resource
Creates a booking for a given resource, start date and duration.Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.Request Body
string
required
The unique id of your marketplace application
string
required
The unique id of a location
string
required
The unique id of the location to get the calendar for
string (date-time)
required
The earliest date to show bookings for. The date and time are parsed in the local time of the passed in location.
string
The unique id of a desk defined within a resource.
integer (int32)
The amount of minutes after the start_local time to show data for. Defaults to 60 minutes.
string
The full name of the customer making this booking. Required when “email” is provided.
string
The email of the customer making this booking. . Required when “fullname” is provided.
string
A note to add alongside the booking. Customers will be able to see this note.
string
A note to add alongside the booking. Only operators will be able to see this note.
array
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
📆Book resource