Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.supplementalSignals.get(); } main();
{ "akamai_enabled": true }
Get the supplemental signals configuration for a tenant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Supplemental Signals configuration successfully retrieved.
Indicates if incoming Akamai Headers should be processed