Installed SmartApp not showing up under list of InstalledApps

So, I created a SmartApp that simply just forwards any events to an external API endpoint using AWS Lambda. I downloaded the app on the SmartThings App and as expected, it forwarded all calls from the installation to the endpoint.

I’d expect issuing a GET request to SmartThings API (https://api.smartthings.com/v1/installedapps) would result in the data for my custom app; however it results in the following:
{
“items”: ,
“_links”: {
“next”: {
“href”: “https://api.smartthings.com/installedapps?currentLocationId=ZYxjBkZWEMmEwMi00N2IwLTk4Y2zc0MDczYWZjNzAy&currentOffset=MA
},
“previous”: null
}
}

What am I missing here?

1 Like