Hi,
I’ve created a free account to test and have an overview on Auth0.
To do that I’ve simply created a new API.
From what I saw it automatically created a new client (test) for my API.
When I go on that client → “Quick start” there is a curl command generated. Each time I try to execute that command I receive {“error”:“access_denied”,“error_description”:“Unauthorized”}curl: (6) Could not resolve host: application"
I tried to add a new permission in the API but I have the same result.
Is there something special to do to use a “default” API with an auto-generated client ?
Regards,