Auth Token via Postman has no payload

Hey there @baynezy !

From the looks of it, you aren’t passing an audience in the request to /token and are thus receiving an opaque access token - If you add in an audience param (API identifier) you should be good to go.

https://auth0.com/docs/get-started/authentication-and-authorization-flow/call-your-api-using-resource-owner-password-flow#example-post-to-token-url