Skip to main content

Advanced Configuration

This guide covers advanced features and customization options available in Population Explorer for power users and developers. These configurations will help you optimize data visualization and integration workflows.


1. API Authentication Setup

Population Explorer's API requires secure authentication using API keys. Follow these steps:

  1. Go to the API Keys section in your user dashboard.
  2. Generate a new API key.
  3. Use the API key in your requests by adding it to the headers:
    {
    "Authorization": "Bearer YOUR_API_KEY"
    }