Skip to content
Search
K
Main Navigation
Suggestion or improvement
Uptime
Portal
Appearance
Menu
Return to top
On this page
Create a reservation
POST
/v1/rezdy/reservation/{product_id}
Create a reservation
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
{
"bookings"
:
[
{
"orderNumber"
:
"string"
,
"resellerComments"
:
null
,
"internalNotes"
:
null
}
]
}
POST
/v1/rezdy/reservation/{product_id}
Playground
Server
Select a server...
Authorization
api_key
Variables
Key
Value
product_id
*
Try it out
Samples