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.
API Name | Method | Request URI | Description |
---|---|---|---|
Create Website | POST | /waap/v1.0/website | Creates a new website. |
Get Website List | GET | /waap/v1.0/websites | Retrieves the list of websites. |
Get Website Detail | GET | /waap/v1.0/website/{id} | Retrieves the detail of a specific website. |
Delete Website | DELETE | /waap/v1.0/website/{id} | Deletes a website by ID. |
Update Website | PUT | /waap/v1.0/website/{id} | Updates an existing website identified by ID. |