Enabling API Keys

To enable the API keys, follow these steps:

  1. Edit the settings.py file (typically, settings_local_dev.py) file to include the following setting:

    DATA_API_ENABLED = True
  2. Save the change.
  3. Restart the ArcViz service.
  4. Reload ArcViz in the browser window.

For further details, see Data API.