Skip to content
Search
K
Main Navigation
Suggestion or improvement
Uptime
Portal
Appearance
Menu
Return to top
On this page
Get products
GET
/v1/rezdy/products
Get products
Authorizations
api_key
Type
API Key (header: X-Api-Key)
Responses
200
400
OK
Content-Type
application/json
Schema
JSON
JSON
{
"products"
:
[
{
"name"
:
"string"
,
"shortDescription"
:
""
,
"description"
:
""
,
"internalCode"
:
"string"
,
"durationMinutes"
:
null
,
"bookingMode"
:
"INVENTORY"
,
"productType"
:
"EVENT"
,
"bookingFields"
:
[
{
"label"
:
"string"
,
"requiredPerParticipant"
:
false
,
"requiredPerBooking"
:
true
,
"visiblePerParticipant"
:
true
,
"visiblePerBooking"
:
false
}
]
,
"priceOptions"
:
[
{
"label"
:
"string"
,
"price"
:
0
,
"seatsUsed"
:
1
}
]
,
"locationAddress"
:
{
"addressLine"
:
"string"
,
"city"
:
"string"
,
"countryCode"
:
"string"
,
"postCode"
:
"string"
,
"state"
:
"string"
}
,
"rezdyConnectSettings"
:
{
"externalAvailabilityApi"
:
"string"
,
"externalReservationApi"
:
"string"
,
"externalBookingApi"
:
"string"
,
"externalCancellationApi"
:
"string"
}
,
"unitLabel"
:
null
,
"unitLabelPlural"
:
null
}
]
}
GET
/v1/rezdy/products
Playground
Server
Select a server...
Authorization
api_key
Try it out
Samples