GET /reservations.json
Get a list of reservation models.
Reservations
GET
https://app.reserveinstore.com/api/v1/reservations.json
Fetches a list of reservations made by customers to the store.
Query Parameters
Name
Type
Description
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)
Headers
Name
Type
Description
secret_key
string
Your store's secret API key.
public_key
string
Your store's public API key.
Last updated