API Reference
Comprehensive reference for all GrowPanel API endpoints. All APIs are HTTP-based and return JSON responses.
Base URL: https://api.growpanel.io
Endpoint categories
MRR reports
MRR, churn, cohort, and segmentation reports.
Leads & trials
Lead, trial, and conversion funnel reports.
Cashflow reports
Transaction, failed payment, refund, and outstanding invoice reports.
Data
Push and retrieve customers, plans, invoices, and data sources.
Customers
Retrieve customer information and subscription history.
Account
Manage account settings, team members, and API keys.
Settings
Configure integrations and notification preferences.
Authentication
All requests require an API key in the Authorization header:
curl https://api.growpanel.io/v1/reports/mrr \
-H "Authorization: Bearer YOUR_API_KEY"See Authentication for details on obtaining API keys.
Response format
Successful requests return JSON with HTTP 2xx status codes:
{
"data": { ... },
"meta": { ... }
}Failed requests return error details. See Error codes for the full list.