Could not resolve host Error

When trying to get a token from Auth0 with my test application with:
curl --request POST --url https://lifetek-innovations.auth0.com/oauth/token --header ‘content-type: application/json’ -d ‘{“client_id”:“”,“client_secret”:“”,“audience”:“https://propertymanagement.lifetekinnovations.com”,“grant_type”:“client_credentials”}’

I receive the following response:
{“error”:“access_denied”,“error_description”:“Unauthorized”}curl: (6) Could not resolve host: application

Any idea why?

Hey there @Alexander7, I apologize for the delay in response.

I understand this question was asked some time ago but I wanted to reach out and verify you were indeed populating the client_id and client_secret in your call? However if you are no longer facing this challenge or if you are facing a new hurdle, please let me know and I would be happy to assist!

Due to the age of this topic I will keep this open for another ten days unless I hear otherwise from you. Thank you!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.