How do I access and secure my Dojah API keys?
You can manage your public and private API keys within the Developers section of the Dojah dashboard.
You can access your API keys from the Configuration section of your dashboard under the Developers tab. There, you’ll see your masked public and private (secret) keys. Click “Reveal Key” to view a key when necessary.
You also have the option to generate new private keys. Once generated, the new key can be used to authenticate your API requests.
How to Secure Your API Keys:
Never expose your secret key on the frontend.
Store your keys securely using environment variables.
Restrict access to authorized team members only.
Rotate keys periodically as part of your security best practices.
Proper key management helps protect your application from unauthorized access, data breaches, and misuse.
