Authentication
Authentication is required to access the Halo Security API. This section details how to manage your account API keys and submit a request.
Last updated
Was this helpful?
Authentication is required to access the Halo Security API. This section details how to manage your account API keys and submit a request.
Last updated
Was this helpful?
The x-apikey
header must be submitted with all requests to API endpoints.
To access and manage your account's API keys, please visit the Account/API section of the website at
To verify that your API key is properly configured, submit a curl request such as the following, replacing <APIKEY> with the one retrieved from your Account/API dashboard.
If everything is working properly, you should receive a JSON response like the one below:
If you receive an authentication failure verify that you are using the correct API key, and contact if you remain unable to submit a valid request.