Skip to main content
GET
/
supplemental-signals
TypeScript
import { ManagementClient } from "auth0";

async function main() {
    const client = new ManagementClient({
        token: "<token>",
    });
    await client.supplementalSignals.get();
}
main();
{
  "akamai_enabled": true
}

Authorizations

Authorization
string
header
required

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

Response

Supplemental Signals configuration successfully retrieved.

akamai_enabled
boolean

Indicates if incoming Akamai Headers should be processed