Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Path Parameters

providerId
string
required

The calendar system, lower case.

Minimum string length: 1

Query Parameters

locationId
string
required

The sub-account this calendar belongs to. It is the only thing that identifies the tenant here, and access is re-checked against it on every call.

from
string

Start of the window, ISO.

to
string

End of the window, ISO.

calendarId
string

One of that system's calendars.

Response

That system's bookings in the window.

success
boolean
required
data
object[]
required

As that system reports them.

{key}
any