saas.php¶
SaaS panels endpoint router for managing SaaS-related operations and service installations.
saas/install¶
Installs a new SaaS instance or service based on provided parameters.
HTTP Method: POST
Parameters:
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | ✅ | string | The action to perform |
| token | ✅ | string | Authentication token for the request |
Example Request
Example of a successful response
Failure response
``` { "code": 400, "message": "No action specified" }
```