To access Enerpize's API securely, every request must be authenticated. Enerpize supports two authorization methods to accommodate different use cases:
Using API Key#
This is the simplest way to authorize requests. You can generate and use an API key directly from your Enerpize account.Steps to Get Your API Key:#
1.
Log in to your Enerpize account
2.
Navigate to: Settings → API → API Key
3.
Generate or copy your existing API Key
4.
Include it in the header of each request using the format:
Important: Keep your API Key secure. Do not expose it in public repositories or client-side code.
Modified at 2025-07-17 12:15:42