Hi, I’m trying to set up the oauth2 authorization but are getting some unexpected errors.
I have initialized my app on the smarthings cli and I am able to create and retrieve an authorization code via https://api.smartthings.com/oauth/authoriz e but i’m getting an error 401 unauthorize when trying to exchange it for a token with https://api.smartthings.com/oauth/token. I’m pretty sure my client_id, redirect_uri and client_secret are correct as i copy pasted them. I don’t what might be wrong.
Any help would be appreciated…
Thank you !