If you’re looking to integrate with Growi’s powerful affiliate management platform, this documentation is for you. Here you’ll find all the details you need to authenticate and interact with our API endpoints.

Welcome

Welcome to the Growi API documentation. Here you will find all the information you need to interact with the Growi platform through our API. You can build comprehensive affiliate management solutions and integrate seamlessly with our services.

Authentication

All API endpoints are authenticated using Bearer tokens. To authenticate your requests, you need to include the Authorization header with your API key.

To authenticate, pass up an Authorization header with the value:
Bearer <api-key>:

Base Url https://api.growi.io/api/public/v1
Authorization: Bearer YOUR_API_KEY