Once I have connect an app in my developer account, is there a way to see the status of the web hooks?
Also, I remember there used to be a way to run REST calls directly in the documentation once you selected an app to run them on. Has that changed or am I misremembering?
You can access RestHook subscriptions and their current status via a GET /v1/hooks call , and our full documentation on policies surrounding them can be found on the Developer Site.
Unfortunately the current version of the OpenAPI specification viewer that we are using for the developer site does not include an in-place execution method.