Enabling Data APIs

To enable CDP Data Visualization Data API, update the configuration settings, and restart the CDP Data Visualization instance.

  1. Navigate to the Site Settings from the navigation menu and Advanced Site Settings section at the bottom of the page.
  2. Add the ENABLE_API_KEYS and DATA_API_ENABLED settings in the configuration file of the Arcadia Web Server:
    ENABLE_API_KEYS = True  # If you plan to access via API keys
                  DATA_API_ENABLED = True
  3. Restart the CDP Data Visualization service.