Hi
We are seeing an issue where we are getting a 403 Forbidden when requesting {{baseUrl}}/devices.
This has been working in the past and stopped working recently.
Here is the setup:
- We have an External Application defined with Client ID/Secret here . https://smartthings.developer.samsung.com/workspace. Permissions - r:devices:, r:locations:, x:devices:* granted.
- We are using the Client ID/Secret to get an OAuth token - this works as expected
- We use the access_token to query the list of devices and we get a 403 Forbidden error
- The same access token works fine to query the list of locations and rooms
I was able to query the list of devices by generating a Personal Access token.
Has something changed related to being able to query the devices using an access token ? How do I determine what is causing the 403 Forbidden ?
Thanks
Sulakshan