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,
Select the
icon from the top navigationNavigate to the API Keys tab
Click Create API Key
Provide the API key a name and choose its duration, e.g., 7 days

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)

In your terminal, add the API key as an environment variable, e.g.,
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.
Save the script as a file, e.g.,
test_api_script.py, and then execute it
And you should see a confirmation like

Last updated
Was this helpful?
