Is there a way to recover API key string for auth0 authorization extention?

Hi @fabian.rojas,

Welcome to the Auth0 Community!

You should be able to read the API key string by including a console.log(configuration.AUTHZ_EXT_API_KEY) command in your Rule script and clicking on the Save and Try button.

Then use the Realtime Webtask Logs extension to view the logs.

Thanks,
Rueben