You need to authenticate in order to access sensitive information.
API keys are available in Settings.
-
Navigate to .
-
Copy your organization-level API key and secret.
-
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.