{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions attack-protection API", "version": "1.0.0" }, "items": [ { "info": { "name": "attack-protection", "type": "folder" }, "items": [ { "info": { "name": "Get Bot Detection Settings", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/attack-protection/bot-detection" }, "docs": "Get the Bot Detection configuration of your tenant." }, { "info": { "name": "Update Bot Detection Settings", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/attack-protection/bot-detection", "body": { "type": "json", "data": "{}" } }, "docs": "Update the Bot Detection configuration of your tenant." }, { "info": { "name": "Get Breached Password Detection Settings", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/attack-protection/breached-password-detection" }, "docs": "Retrieve details of the Breached Password Detection configuration of your tenant." }, { "info": { "name": "Update Breached Password Detection Settings", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/attack-protection/breached-password-detection", "body": { "type": "json", "data": "{}" } }, "docs": "Update details of the Breached Password Detection configuration of your tenant." }, { "info": { "name": "Get Brute-force Settings", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/attack-protection/brute-force-protection" }, "docs": "Retrieve details of the Brute-force Protection configuration of your tenant." }, { "info": { "name": "Update Brute-force Settings", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/attack-protection/brute-force-protection", "body": { "type": "json", "data": "{}" } }, "docs": "Update the Brute-force Protection configuration of your tenant." }, { "info": { "name": "Get the CAPTCHA Configuration for a Tenant", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/attack-protection/captcha" }, "docs": "Get the CAPTCHA configuration for your client." }, { "info": { "name": "Partial Update for CAPTCHA Configuration", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/attack-protection/captcha", "body": { "type": "json", "data": "{}" } }, "docs": "Update existing CAPTCHA configuration for your client." }, { "info": { "name": "Get Suspicious IP Throttling Settings", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/attack-protection/suspicious-ip-throttling" }, "docs": "Retrieve details of the Suspicious IP Throttling configuration of your tenant." }, { "info": { "name": "Update Suspicious IP Throttling Settings", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/attack-protection/suspicious-ip-throttling", "body": { "type": "json", "data": "{}" } }, "docs": "Update the details of the Suspicious IP Throttling configuration of your tenant." } ] } ], "bundled": true }