Opening ST URL without username/password

Hopefully a simple question. Is there any way of loading the device pages, i.e.

https://graph-eu01-euwest1.api.smartthings.com/device/show/[Device ID]

Without having to enter the username and password?

I’d like my Crestron system to be able to open the device pages and pull the “Current States” info down but can’t as the page request redirects to the login page each time. I have setup a SmartApp and linked it to my Crestron system but am a bit stuck from there. Was wondering if it’s possible to include the ClientID and ClientSecret into the URL to authenticate?

thanks!

I’d rather go with a SmartApp that allows you to select the devices of interest and exposes an endpoint that returns a JSON with all the devices’ info. Then you don’t need the username/password as you’ll be using a smartapp endpoint (which includes the smartapp id and an access token)

1 Like