Is IP Bad Bot

IsIPAddressBadBot[GET]    
curl -X GET https://accelerator.shimmercat.com/presentation-api/v1/is-bad-bot/<ip_adress>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json'
IsIPAddressRangeBadBot[GET]    
curl -X GET https://accelerator.shimmercat.com/presentation-api/v1/is-bad-bot/<ip_adress_range>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json'

Checks if the ip address (or address range) was already registered in our database as a bad bot. An IP can be given as "127.1.1.1", while an IP range can be given as "127.1.1.1-30"


:  
: