Overview

What is EQ Hub API Key?

It is used as a means to identify and authenticate the caller who called the EQ Hub API. In addition, it is used for [tracking and monitoring EQ Hub API usage] and can be used to prevent excessive traffic usage.

Get API Key

To send EQ Hub API requests, you can use API Key. If you do not have an API Key yet, please refer to Create a project.

Using API Key

You can send EQ Hub API requests using any server-side programming language that can send HTTP requests.

Send the request by including the API Key in the header. Proceed with Using EQ Hub API by including API Key.

🚧

Warning!

Keep your API Key safe.

  • An API Key is tied to your account. Keep your API Key safe by following the API Key storage method below.
    • Do not mount your API Key in your web application or anywhere that is easily accessible.
    • Provide the API Key only to trusted and authorized personnel.
    • Do not use your API Key inside your version control system.
    • Manage your API Key using a key management system and do not expose it.