跳到主要内容

API Application API

This catalogue provides a comprehensive list of all available APIs for API Application Management. APIs are categorised by features, including the essential information, such as Request URI, method, and description.

API Name Method Request URI Description
Create API ApplicationPOST /waap/v1.0/apiProtection/apiAppsCreates a new API Application and bind it to one or more websites.
Get All API ApplicationsGET /waap/v1.0/apiProtection/apiAppsRetrieves a list of all existing API Applications.
Get API Application DetailGET /waap/v1.0/apiProtection/apiApps/{appId}Retrieves detailed information of a specific API Application by ID.
Update API ApplicationPUT /waap/v1.0/apiProtection/apiApps/{appId}Updates the path prefix or metadata of an existing API Application.
Delete API ApplicationDELETE /waap/v1.0/apiProtection/apiApps/{appId}Deletes a specific API Application and its configuration by ID.