Stamped REST API

  • Updated


REST API is an interface that two computer systems use to exchange information securely. You'll use this API to connect Stamped to your custom-built or non-supported platform.

Follow this guide to set up your REST API or find our API documentation here.

Please note that using the Stamped API requires a Professional or Enterprise plan.

 


In This Guide

API Base URL

All API endpoints referenced in this documentation start with one of the following bases:

https://stamped.io/api

Your Stamped account may contain several stores. Most API endpoints contain a {{storeHash}} variable as seen in the example below. That Store Hash can be found in the API Keys section of your dashboard.

https://stamped.io/api/v2/{{storeHash}}/dashboard/reviews

Authentication

When you sign up for an account, you are given a public & private API key. You authenticate to the Stamped API by providing your public API key and private API key in the request. You can manage your API key in the API Keys page of the Control Panel.

Authentication to private endpoints occurs via HTTP Basic Auth. Use the API Key as the user name and your API Secret as the password.

Public endpoints typically require only the store hash or public key.

Was this article helpful?

2 out of 7 found this helpful

Have more questions? Submit a request