Skip to main content

API App Management APIs

The catalogue provides a comprehensive list of all available APIs for API App Management. The APIs are categorised by functionality and include essential details such as the request URI, method, and brief description.

API Name Method Request URI Description
Create API ApplicationPOST /waap/v1.0/apiProtection/apiAppCreate a new API Application and bind it to one or more websites.
Get All API ApplicationsGET /waap/v1.0/apiProtection/apiAppsRetrieve a list of all existing API Applications.
Get API Application by IDGET /waap/v1.0/apiProtection/apiApp/{id}Retrieve detailed information of a specific API Application by ID.
Update API ApplicationPUT /waap/v1.0/apiProtection/apiApp/{id}Update the path prefix or metadata of an existing API Application.
Delete API ApplicationDELETE /waap/v1.0/apiProtection/apiApp/{id}Delete a specific API Application and its configuration by ID.