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 Application | POST | /waap/v1.0/apiProtection/apiApp | 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 by ID | GET | /waap/v1.0/apiProtection/apiApp/{id} | Retrieve detailed information of a specific API Application by ID. |
Update API Application | PUT | /waap/v1.0/apiProtection/apiApp/{id} | Update the path prefix or metadata of an existing API Application. |
Delete API Application | DELETE | /waap/v1.0/apiProtection/apiApp/{id} | Delete a specific API Application and its configuration by ID. |