GET /reservations.json
Get a list of reservation models.
Last updated
Get a list of reservation models.
Last updated
customer_name
string
Filter by all or part of the customer name.
customer_email
string
Filter by all or part of the customer email.
customer_phone
string
Filter by all or part of the customer phone.
location_id
integer
Filter by the location ID. This is the Reserve In-store location ID not the platform (shopify) location ID. (see /locations endpoint)
fulfilled
boolean
Filter by fulfilled or not fulfilled (Example: true)
page
integer
Page # if showing more than 250 results. (defaults to page 1)
secret_key
string
Your store's secret API key.
public_key
string
Your store's public API key.