Bot Management API
This catalogue provides a comprehensive list of all available APIs for Bot Management. APIs are categorised by features, including the essential information, such as Request URI, method, and description.
API Name | Method | Request URI | Description |
---|---|---|---|
Create Bot Rule | POST | /waap/v1.0/botRules | Creates a new Bot Management Rule and binds it to one or more websites. |
Get Bot Rules | GET | /waap/v1.0/botRules | Retrieves a list of all existing Bot Management Rules. |
Get Bot Rule Detail | GET | /waap/v1.0/botRules/{ruleId} | Retrieves detailed information about a specific Bot Rule by its ID. |
Update Bot Rule | PUT | /waap/v1.0/botRules/{ruleId} | Updates an existing Bot Management Rule identified by ID. |
Delete Bot Rule | DELETE | /waap/v1.0/botRules/{ruleId} | Deletes a Bot Management Rule by its ID. |