App API via cloud?

Hi, I can't find an obvious answer so hoping someone can help..

Currently I have plex sending webhooks requests to the below in my setup:

http://192.168.1.123/apps/api/69/pwh?access_token=[token]

However I have a user that has asked if they can use the same app via a cloud instance of plex, which would mean I'd need a cloud Hubitat endpoint, I see the maker API supports devices via this method, but I don't see anything for apps?

If there is a solution do I also need a subscription?

Any help would be appreciated!

Figured it out by butchering the API info in the Maker API app:

https://cloud.hubitat.com/api/[HUBID]/apps/69/pwh?access_token=[TOKEN]

I'll leave this here for anyone else having a similar problem in the future!

1 Like

Just to further abstract your path:

https://cloud.hubitat.com/api/[HUBID]/apps/[APP.ID]/[Mapped_path_in_App]?access_token=[TOKEN]
1 Like

Thanks and everything prior to mapped_path_in_app is retrievable via getFullApiServerUrl() which is nice and easy!

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