First you need to enter the Dashboard, click on “Your Account” and look for the menu called “Developer”, After that click on “Generate New API Key”
Dont forget to save your API Key, you will not be able to see it again. If you lose it, you will need to generate a new one.
Dont share your API Key with anyone, it is a secret key that allows access to your account.

Using the API Key

To use the API Key, you need to add it to the Authorization header of your requests. The format is as follows:
{
  "Authorization": "Bearer YOUR_API_KEY_HERE"
}