Skip to main content
POST
💲Quote resource

💲Quote resource

Obtains a price for a booking

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.
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.
array

Response

Example Response

Example Request