Skip to content
Search
K
Main Navigation
Suggestion or improvement
Uptime
Portal
Appearance
Menu
Return to top
On this page
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
200
400
OK
Content-Type
application/json
Schema
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
}
]
}
GET
/v1/rezdy/availability/{product_id}
Playground
Server
Select a server...
Authorization
api_key
Variables
Key
Value
product_id
*
Try it out
Samples