This document contains instructions on accessing Stamped's REST API. Please note that using the Stamped API requires a Professional or Enterprise-level plan.
For API documentation, please visit: https://developers.stamped.io/
In This Guide
API Base URL
All API endpoints referenced in this documentation start with the following base:
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<br>
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 the API occurs via HTTP Basic Auth. Use API Key as the user name and your API Secret is the password. Here is how you use basic HTTP auth with curl:
curl --user 'pubkey-A75m4erU0P4RC62ql52e2JOE5Y0Lpc:key-3ax6xnjp29jd6fds4gc373sgvjxteol0'