Skip to main content

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 WebsitePOST /waap/v1.0/websiteCreate a new website.
Get Website ListGET /waap/v1.0/websitesRetrieve the list of websites.
Get Website DetailGET /waap/v1.0/website/{id}Retrieve the detail of a specific website.
Delete WebsiteDELETE /waap/v1.0/website/{id}Delete a website by ID.
Update WebsitePUT /waap/v1.0/website/{id}Update an existing website identified by ID.