Website API
This catalogue provides a comprehensive list of all available APIs for Website Management. APIs are categorised by features, including the essential information, such as Request URI, method, and description. An account can maximally manage 200 websites, and each website supports up to 20 alternative domain names.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Create Website | POST | /waap/v1.0/website | Create a new website. |
| Get Website List | GET | /waap/v1.0/websites | Retrieve the list of websites. |
| Get Website Detail | GET | /waap/v1.0/website/{id} | Retrieve the detail of a specific website. |
| Delete Website | DELETE | /waap/v1.0/website/{id} | Delete a website by ID. |
| Update Website | PUT | /waap/v1.0/website/{id} | Update an existing website identified by ID. |