Requesting Dashboard Access
Before you can create API keys, you’ll need access to the HIFI Dashboard. Schedule a call with our team to discuss your use case and get access.Request Dashboard Access
Schedule a call with our team
Creating API Keys
After gaining Dashboard access, follow these steps to create your API keys:Step 1: Access the API Keys Section
- Log in to the HIFI Dashboard
- Navigate to Developer → API Keys or go directly to https://dashboard.hifibridge.com/developer/apiKeys
Step 2: Create a New API Key
- Click “Create API Key” or “New API Key”
- Provide a descriptive name for your API key (e.g., “Production App”, “Development Testing”)
- Select the appropriate permissions for your use case
- Click “Generate” or “Create”
Step 3: Copy Your API Key
Important: API keys are only shown once during creation. Make sure to copy
and securely store your API key immediately.
- Copy the generated API key from the dashboard
- Store it securely in your application’s environment variables or secure key management system
- Never commit API keys to version control or share them in public repositories
Using API Keys
Include your API key in every request using theAuthorization
header:
Getting Help
If you encounter issues with authentication:- Verify your API key is correct and active in the dashboard
- Check that you’re using the correct header format:
Authorization: Bearer YOUR_KEY
- Ensure your API key has the necessary permissions for the endpoint
- Contact support if problems persist
Need help with a specific integration? Check out our quickstart
guide or browse our use case
examples.