Skip to content

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

OK

application/json
JSON
{
  
"bookings": [
  
  
{
  
  
  
"orderNumber": "string",
  
  
  
"resellerComments": null,
  
  
  
"internalNotes": null
  
  
}
  
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples