Complete guides, API references, and tutorials for TrendWave Connect ISP software platform.
Welcome to the TrendWave Connect documentation. This guide will help you set up and configure your ISP billing system.
| Component | Minimum | Recommended |
|---|---|---|
| PHP | 8.0 | 8.2 |
| MySQL | 5.7 | 8.0 |
| RAM | 2GB | 4GB+ |
| Storage | 20GB | 50GB+ |
All API requests require authentication using API keys. Generate your keys from the dashboard.
/api/v1/auth/login
Authenticate and receive an access token.
/api/v1/subscribers
Retrieve all subscribers with pagination.
| Parameter | Type | Description |
|---|---|---|
| page | integer | Page number (default: 1) |
| limit | integer | Items per page (default: 50) |
| status | string | Filter by status (active, suspended, terminated) |
Integrate with Mikrotik routers for real-time bandwidth monitoring and subscriber management.
Check the following:
Check your M-Pesa API credentials and callback URL configuration.