Currently, the only available webhook endpoint for catalog is catalog.version.updated, and the event is fired every time a catalog is updated. To get latest changes on the updated catalogs, we have to use SearchCatalogObjects to find out what object was updated.
It would be more convenient if a dedicated endpoint would return the catalog object id every time a catalog object is updated.
Thanks