Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.anomaly.blocks.unblockIp("id"); } main();
Remove a block imposed by Suspicious IP Throttling for the given IP address.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
IP address to unblock.
IP address specified successfully unblocked.