Generating an API Key

Heeler has an API Key generator to allow for easier API authentication. The API key grants the same scopes and permissions as the user that created it.

To create, an API key,

  1. Select the icon from the top navigation

  2. Navigate to the API Keys tab

  3. Click Create API Key

  4. Provide the API key a name and choose its duration, e.g., 7 days

  1. Click Create and then copy the API key using the copy button provided (N.b., all keys used to prepare this documentation have been deleted)

  1. In your terminal, add the API key as an environment variable, e.g.,

  1. Then use the API key to authenticate. To test, you can use this simple script, which saves a listing of your services in JSON format.

  1. Save the script as a file, e.g., test_api_script.py , and then execute it

  1. And you should see a confirmation like

Last updated

Was this helpful?