Provides operations to manage the bot protection configuration for your org.
Bot protection helps prevent automated attacks by detecting bots and triggering enforcement during user sign-in flows, self-service registration, and self-service password recovery flows.
Retrieves the bot protection configuration for your org
OK
Forbidden
Too Many Requests
{- "level": "LOW",
- "mode": "LOG_ONLY",
- "supportedFlows": [
- "SIGN_IN",
- "SSR",
- "SSPR"
], - "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "POST"
]
}
}
}
}Updates the bot protection configuration for your org
OK
Bad Request
Forbidden
Too Many Requests
{- "level": "LOW",
- "mode": "LOG_ONLY",
- "supportedFlows": [
- "SIGN_IN",
- "SSR",
- "SSPR"
]
}{- "level": "LOW",
- "mode": "LOG_ONLY",
- "supportedFlows": [
- "SIGN_IN",
- "SSR",
- "SSPR"
], - "_links": {
- "self": {
- "hints": {
- "allow": [
- "GET",
- "POST"
]
}
}
}
}