Learn how to authenticate and access Growi statistics
Prerequisite You should have administrative access to your Growi dashboard.
Follow these steps to set up authentication and start accessing Growi’s statistics endpoints.
First, navigate to the “Settings” section of your Growi dashboard, then click on the “Developer” tab. Here you can create a new API key for accessing the statistics endpoints.
Once you’ve created your API key, you can copy it to use in your API requests. Keep this key secure and don’t share it publicly.
To make requests to any of our stats endpoints, you’ll need to include your API key in the Authorization header using Bearer authentication:
You can access various statistics through our API endpoints:
For detailed information about each endpoint and their specific parameters, please refer to our API Documentation.
API Key Not Working
Verify that you’re using the correct API key and that it hasn’t expired. You may need to generate a new one if you’re experiencing issues.
Authorization Errors
Cannot Access Certain Endpoints
Confirm that your API key has the necessary permissions for the endpoints you’re trying to access. You may need to adjust the permissions in your developer settings.