Askem

What is "Your API Key" used for?

The API Key is used in the embed code when installing the Askem Plug-in on your website. It's used to validate the domain of your website, load your settings and define where to save the data from the Plug-in.

(function() {
  window.askem = {
    settings: {
      apiKey: '6nvjigrrcu3i15oj'
    }
  };
  var s = document.createElement('script');
  s.src = 'https://cdn.askem.com/plugin/askem.js';
  document.body.appendChild(s);
}());