Web Hook status

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?

TIA

Good afternoon!

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.

Thanks,

  • Tom Scott

Thanks Dom,

I did see the GET hooks call, but I was hoping to be able to execute it quickly rather than writing the call into code.

We used to be able to do in-place execution, right?

Dom