Secure your API Keys
Do not commit your API keys to git, or use them openly in client side code.
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can generate an API key from your Dashboard at any time.