GET /locations.json
Get store locations for the current store being browsed.
Store Locations (Public)
GET
https://app.reserveinstore.com/api/v1/locations.json
Get all available locations for the current store.
Query Parameters
Name
Type
Description
page
integer
Page # if there are more than 250 locations. Defaults to 1 and each page contains 250 items.
Headers
Name
Type
Description
public_key
string
Your store's public API key.
Store Locations (Private)
GET
https://app.reserveinstore.com/api/v1/locations.json
Same as above but you get more information about the location, like the manager's phone number, email, etc.
Query Parameters
Name
Type
Description
page
integer
Page # if there are more than 250 locations. This defaults to 1 and each page contains 250 items per page.
Headers
Name
Type
Description
secret_key
string
Your store's secret API key.
public_key
string
Your store's public API key.
Last updated