Skip to main content

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 RulePOST /waap/v1.0/botRulesCreates a new Bot Management Rule and binds it to one or more websites.
Get Bot RulesGET /waap/v1.0/botRulesRetrieves a list of all existing Bot Management Rules.
Get Bot Rule DetailGET /waap/v1.0/botRules/{ruleId}Retrieves detailed information about a specific Bot Rule by its ID.
Update Bot RulePUT /waap/v1.0/botRules/{ruleId}Updates an existing Bot Management Rule identified by ID.
Delete Bot RuleDELETE /waap/v1.0/botRules/{ruleId}Deletes a Bot Management Rule by its ID.