REST API
Information about how to use the Public API
Last updated
Information about how to use the Public API
Last updated
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.
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
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
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.