New webhook response documentation?

Are the responses in the new webhook documented?
I would like to get the meeting id (the meeting series id, not the meeting uuid) from the “All recordings have been completed” webhook but I don’t know if I can trust that the content of this webhook notification will remain the same. Or that I will get notification when it changes.

Hi @Zoom_Ingester,

You can use Recording Completed Webhook[0]. The id property under object is the meeting ID. The contents of the webhook should rename the same, if any changes were to happen then they’ll be additions to the webhook.
You can refer to your our API release notes[1] to stay up to date with recent changes or subscribe to our New Releases topic in developer forum[2].

0 - https://marketplace.zoom.us/docs/api-reference/webhook-reference/recording-events
1- https://marketplace.zoom.us/docs/guides/welcome/recent-updates/api
2 - https://devforum.zoom.us/c/new-releases

Thanks