Reserve In Store Developer Docs
  • Introduction
  • Visual Customization
    • HTML/Liquid Templates
    • Email Templates
    • Custom CSS
    • Custom Integration
      • Product Page Button
      • Cart/Global Button
      • Stock Indicator
  • Behavior Customization
    • Javascript API
      • Methods
      • Events
    • Webhooks
    • REST API
      • GET /locations.json
      • GET /inventory.json
      • GET /reservations.json
Powered by GitBook
On this page
  • Authentication
  • Private Endpoints
  • Finding your API Keys

Was this helpful?

  1. Behavior Customization

REST API

Information about how to use the Public API

PreviousWebhooksNextGET /locations.json

Last updated 6 years ago

Was this helpful?

The Reserve In-Store public API lets you access public, calculated data via java-script or a remote server connection. It does not contain any sensitive data.

API requests are rate limited to 60 requests per minute per IP address.

Authentication

To authenticate against the API you must provide the public key at minimum. You can either provide this through the header X-PUBLIC-KEY or you can include it as a parameter in your request as public_key

Private Endpoints

To access private data you must also provide your secret key. You can either provide this through the header X-SECRET-KEY or you can include it as a parameter in your request as secret_key

Finding your API Keys

You can find your API keys in the Help section of the app, under the Additional Resources panel.

Keep your Secret Key private. It gives developer access to sensitive data about your customers. If you need to reset it for whatever reason please contact our support team.

Where you can find your API keys.