When I am trying to get access token using below Api getting errors like
Post :https://dev-j6k05ivx.auth0.com/oauth/token
{
“error”: “access_denied”,
“error_description”: “Client is not authorized to access "https://dev-j6k05ivx.auth0.com/api/v2/\”. You might probably want to create a "client-grant" associated to this API. See: Auth0 Management API v2"
}