Authentication

You need to authenticate in order to access sensitive information.

API keys are available in Settings.

  1. Navigate to Dashboard > Settings > API Keys.
  2. Copy your organization-level API key and secret.
  3. Paste your API key and secret into your code.
    # Replace these with your real API key and secret:
    API_KEY = "MY_API_KEY"
    API_SECRET = "MY_API_SECRET"
After enter your authentication information, continue to Getting Started.