Brokkr API
Brokkr API Authentication
Key creation is guarded and you need to reach out to Hydra Host to get access.
API Keys
Keys are scoped to an organization. You can create multiple keys for different users. We recommend setting an expiration date on your keys to limit the impact of a key being compromised.
Creating a Key
To create a key, you can visit the API Keys section of your Brokkr organization.
Given a name and an optional expiration date, you can create a key. It will be shown once and cannot be retrieved later.
Using a Key
To authenticate any requests to the Brokkr API, you need to pass the key in the header of your request.
X-API-KEY: your_api_key_here
Deleting a Key
You can delete a key by clicking the trash icon next to the key in your Brokkr account.