Export API URL for specific actions

Hi, I have a 3rd party smart home device called “myGekko”.
It integrates access to all household appliances (light; power; heating; security;…),
EXCEPT it has no support for the Hue Api.

What I can do and already did is to implement every single light and scene by PUT and GET Api requests.

It would be neat to have a helper to find the right API URLs, though.

Is there already a way to see, what URL was last called by Hue Essentials? This would save me a lot of time spent on searching the bridges JSON output and trying the different identifiers.

Regards!