Generating and Using Your API Key
API keys allow you to securely connect your account to external tools and access your data programmatically.
What You Can Use an API Key For
With your API key, you can:
- Integrate your data into third-party platforms (e.g. dashboards, analytics tools)
- Build custom applications using your sensor data
- Automate data retrieval and reporting
- Connect with internal systems (ERP, BI tools, etc.)
For full technical documentation and examples, visit:
👉 https://api3.sigrow.com/v3/partners/docs/#
How to Generate Your API key
Please follow the steps below to generate your API key for your user account:
- Login to your user account on the Sigrow Web App
- Click the configuration icon (⚙️) in the top-right corner (desktop)
- In the User Settings section, locate APIv3 Key
- Click to generate your key (it will show as “undefined” before generation)
Important: Keep Your API Key Secure
Your API key provides access to your account data. Treat it like a password.
Do:
- Store it securely (e.g. password manager or secure vault)
- Use it only in trusted applications and environments
Do NOT:
- Share your API key publicly (e.g. in code repositories, forums, or emails)
- Expose it in client-side code (e.g. browser JavaScript)
- Send it to unauthorized users or third parties
If you believe your API key has been compromised, regenerate it immediately from your account settings.
If you need help getting started with the API, contact support or refer to the documentation above.