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 manage your public and private API keys from the Developers section of the Dojah Dashboard.
Navigate to Developers > Configuration to view your API credentials. For security purposes, your keys are masked by default. Click Reveal Key to view a key when needed.
You can also generate new private keys directly from the dashboard. Once created, the new key can be used to authenticate API requests and integrate with Dojah services. Click here to see guided steps on how to access your API keys
Best Practices for Securing Your API Keys:
Never expose your secret key in client-side or frontend applications.
Store API keys securely using environment variables or a secrets management solution.
Limit key access to authorized team members only.
Rotate your keys periodically to maintain account security.
Proper API key management helps protect your application, customer data, and integrations from unauthorized access and misuse.
