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