Remove Bad Bot

RemoveIpFromBadBotListView[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/remove-ip-from-bad-bot-list/<ip_adress>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"remove_from_bot": "<bot_name>", "remove_from_domain": "<domain_name>"}'
RemoveIpRangeFromBadBotListView[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/remove-ip-from-bad-bot-list/<ip_adress_range>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"remove_from_bot": "<bot_name>", "remove_from_domain": "<domain_name>"}'

Remove the ip address (or range) from the bad bots list.You need to specify a domain from which you want to remove this bot from, and the bot name you will remove that ip address from. An IP can be given as "127.1.1.1", while an IP range can be given as "127.1.1.1_30"


:  
:  
:  
: