Get access_token with Postman

I’m new to Auth0 and exploring the API.

I’m trying to use Postman to test the /userinfo endpoint.

The Get Access Token Postman collection has an /oauth/token endpoint for Resource Owner Password but I get the error Grant type 'password' not allowed for the client.

It turns out I’m using the default grant_types of Implicit, Authorization Code, and Refresh - so I can’t use the client_credentials or password grant types with postman.

Is there a better way to get the access_token? If not, how do I get the authorization code to get the access_token?

I was able to do this by enabling the password grant type, but since I’m not using the Resource Owner Password Flow I hope there’s a better way.