/v1/event-types/{id}/availability

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The event type identifier. This endpoint admits 2 different ways for identifying the event type:

  1. The event type UUID (the same used when creating the event type).
  2. The combination of the event owner slug + the event type slug, concatenated by ':', example:
    GET /v1/event-types/event-owner-slug:event-type-slug/availability
Query Params
date

The starting date to get the availability in ISO-8601 format, example: 2021-01-01.

If the parameter is not provided, the current day in the UTC time zone is used.

int64
1 to 43
Defaults to 7

Starting from the 'from' value, this sets the limit day to verify the event availability.

Minimum allowed is 1, and maximum is 14.

int32
≥ 1
Defaults to 1

For bookings with multiple units (e.g. a party booking a table in a restaurant) this is the parameter
that specifies how many units need to be available to consider each time slot free and therefore bookable.

Only positive values are allowed.

string
Defaults to GMT

The TimeZone id (IANA) to be used in combination with the "from" parameter to calculate the availability.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*