Flow on Helios API Authentication
On this page
Flow on Helios API supports HTTP Bearer authentication.
Authorization: Bearer 28790ecd46256d9024e7b21a737493b2ed2872e6883808a87843d1ce9839d0d3
While making API calls through an HTTP client (such as cURL), you can pass the API key using the -H parameter:
curl -X 'GET' \'api_endpoint_url' \-H 'accept: application/json' \-H 'Authorization: Bearer <API_key>'
Generate an API Key
The Flow on Helios API authenticates requests using a unique, hex-encoded alphanumeric key.
You can generate this API key on the Cloud Portal.
-
On the Cloud Portal, in the navigation pane, select your organization.
-
In the navigation pane, select Configuration > API keys.
Under Active Keys > Create API key. -
Specify a name and expiration date for the API key, select Access Level as All access (or any specific team should suffice), and select Create.
Important
The API key is displayed only once.
Revoke an API Key
To revoke an API key, navigate to the API keys section under Configuration on the Cloud Portal.
API keys that are not manually revoked expire on the expiration date defined while creating the API key.
Last modified: October 16, 2025