curl --request GET \
--url https://{tenantDomain}/api/v2/attack-protection/bot-detection \
--header 'Authorization: Bearer <token>'{
"bot_detection_level": "low",
"challenge_password_policy": "never",
"challenge_passwordless_policy": "never",
"challenge_password_reset_policy": "never",
"allowlist": [
"127.0.0.1"
],
"monitoring_mode_enabled": true
}Get the Bot Detection configuration of your tenant.
curl --request GET \
--url https://{tenantDomain}/api/v2/attack-protection/bot-detection \
--header 'Authorization: Bearer <token>'{
"bot_detection_level": "low",
"challenge_password_policy": "never",
"challenge_passwordless_policy": "never",
"challenge_password_reset_policy": "never",
"allowlist": [
"127.0.0.1"
],
"monitoring_mode_enabled": true
}Documentation Index
Fetch the complete documentation index at: https://auth0-feat-docs-5492.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bot detection configuration retrieved successfully.
The level of bot detection sensitivity
low, medium, high The policy that defines how often to show CAPTCHA
never, when_risky, always The policy that defines how often to show CAPTCHA
never, when_risky, always The policy that defines how often to show CAPTCHA
never, when_risky, always List of IP addresses or CIDR blocks to allowlist
IPv4 address
Whether monitoring mode is enabled (logs but does not block)
Cette page vous a-t-elle été utile ?