I was looking to access events that trigger webhooks in a programatic way via the admin API. I didn’t see anything in the docs but after checking out the code I see /v3/admin/actions/
exists. After some playing around I can confirm this provides exactally what I need.
Is this safe to use? Will it be documented soon or is it for internal use only?