Mark Custom IP Range As VIP

MarkCustomIpRangeAsVIPBotView[POST]    
curl -X POST https://accelerator.shimmercat.com/presentation-api/v1/mark-as-vip-bot/<custom_ip_range>/ -H 'Authorization: Token <your_authentication_token>' -H 'Content-type: application/json' -d '{"attach_to_bot": "<your_name>", "attach_to_domain": "<your_domain>", "is_custom_ip_range": "True"}'

Mark the custom ip address range as VIP bot. It is a special case we implemented where the ip range will be translated a consecutive list of ip addresses e.g 69.208.0.0_4 represents 5 ip addresses: 69.208.0.0, 69.208.0.1, 69.208.0.2, 69.208.0.3, 69.208.0.4, so it is not on a CIDR notation, that's why we call it 'custom ip range'. You need to specify a domain which you want to add this bot to, and the bot name you will attach that ip address range to. If a bot with that name does not exist for one of your domains we will add a new one with the specified name. There is a limit of 256 IPs per request for the mask of the ip range.


:  
:  
:  
: