You can find that by navigating to Settings > API within Shopper.com:

Please note that access to APIs is only available with our premium plans. You can learn more about the APIs here.

Keep your API key secure

It's important to treat your Shopper.com API keys with the same secrecy you use for your passwords. Publicly exposing your key can allow unauthorized access to the your API endpoints, and your Shopper.com data by a third party. Keep the following in mind to protect your key and your Shopper.com account:

  • Never embed API keys directly in code: API keys embedded in code are easily discoverable by the public. Instead of embedding your API keys in your applications, store them in environment variables or in files outside of your application's source tree.
  • Do not store API keys in files inside your application's source tree: If you store API keys in files, keep the files outside your application's source tree to help ensure your keys do not end up in your source code control system. This is particularly important if you use a public source code management system such as GitHub.