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 Application | POST | /waap/v1.0/apiProtection/apiApps | Creates a new API Application and bind it to one or more websites. |
Get All API Applications | GET | /waap/v1.0/apiProtection/apiApps | Retrieves a list of all existing API Applications. |
Get API Application Detail | GET | /waap/v1.0/apiProtection/apiApps/{appId} | Retrieves detailed information of a specific API Application by ID. |
Update API Application | PUT | /waap/v1.0/apiProtection/apiApps/{appId} | Updates the path prefix or metadata of an existing API Application. |
Delete API Application | DELETE | /waap/v1.0/apiProtection/apiApps/{appId} | Deletes a specific API Application and its configuration by ID. |