Passer au contenu principal
GET
/
anomaly
/
blocks
/
ips
/
{id}
TypeScript
import { ManagementClient } from "auth0";

async function main() {
    const client = new ManagementClient({
        token: "<token>",
    });
    await client.anomaly.blocks.checkIp("id");
}
main();

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

IP address to check.

Réponse

IP address specified is currently blocked.