This has proven to be one of the hardest things to figure out with Auth0. The Auth0 Management API requires an access token. According to the docs “ To call an endpoint for test purposes, you can get a token manually using the Dashboard.”
I am trying to implement similar functionality for my API. Namely, let the user go to my applications portal and “get a token manually.” How does Auth0 implement this functionality?
https://auth0.com/docs/api/management/v2/tokens
https://auth0.com/docs/api/management/v2/get-access-tokens-for-test#get-access-tokens-manually
Again, I am trying to build similar functionality for my users to manually generate an access token to interact with my APIs.