Bot API
Customize how to handle bots that visit your website
ShimmerCat blocks bad bots that try to access your website, while letting in good bots like helpful integrations and search engines. However sometimes it is not clear if a bot should be let in to the site or not, and in those cases the bot is not automatically classified. For these cases you can specify a bot access policy that defines how those bots should be handled, and you can also classify bots on your own.
Bot Policy and Unreviewed Bots:
Bad Bots:
Good/VIP Bots:
List of bot requests:
- BotsAccessPolicyView [POST]
- BotsAccessPolicyView [GET]
- ListCustomerUnreviewedBotsView [GET]
- ClassifyBotName [POST]
- MarkIpAsBadBotView [POST]
- MarkIpRangeAsBadBotView [POST]
- IsIPAddressBadBot [GET]
- IsIPAddressRangeBadBot [GET]
- ListCustomerBadBotsView [GET]
- RemoveIpFromBadBotListView [POST]
- RemoveIpRangeFromBadBotListView [POST]
- MarkCustomIpRangeAsBadBotView [POST]
- RemoveCustomIpRangeFromBadBotListView [POST]
- IsIPAddressVIPBot [GET]
- IsIPAddressRangeVIPBot [GET]
- MarkIpAsVIPBotView [POST]
- MarkIpRangeAsVIPBotView [POST]
- ListCustomerVIPBotsView [GET]
- RemoveIpFromVIPBotListView [POST]
- RemoveIpRangeFromVIPBotListView [POST]
- MarkCustomIpRangeAsVIPBotView [POST]
- RemoveCustomIpRangeFromVIPBotListView [POST]