The Complete Guide to Angular User Authentication with Auth0

When I press the buttons to get the public/private messages both return nothing. Could it be that my API does not have that in scope? How can I utilize this same function to call from my audience domain something like /api/v2/users (returns all users)?

My env.dev.serverUrl is “http://localhost:6060” and I have setup an
“audience”: “https://fakedomain.us.auth0.com/api/v2/”.

The service is apparently found but I can’t figure out how to call the scopes. Thanks!