Skip to content

Get availability for a product

GET
/v1/rezdy/availability/{product_id}

Get availability for a product

Authorizations

api_key
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

product_id*
Type
string
Required

Responses

OK

application/json
JSON
{
  
"sessions": [
  
  
{
  
  
  
"startTimeLocal": "string",
  
  
  
"endTimeLocal": "string",
  
  
  
"allDay": false,
  
  
  
"cutoffUnit": null,
  
  
  
"cutoffWindowDuration": null,
  
  
  
"priceOptions": [
  
  
  
  
{
  
  
  
  
  
"label": "string",
  
  
  
  
  
"price": 0,
  
  
  
  
  
"seatsUsed": 1
  
  
  
  
}
  
  
  
],
  
  
  
"productCode": null,
  
  
  
"seats": null,
  
  
  
"seatsAvailable": 0
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples