Since we know Beta APIs could change at any time, ideally you’d not want to use them if it is a production environment. But if say you had to for some reason, use an API that isn’t available in V3 (or the latest version available when you read this) in a production environment, can you still use it, or is there a safety check that prevents the use of Beta APIs in production?
Is there a way to know when a Beta API might change fundamentally, say in URL, request body or response body? Are there any notifications sent out before Beta APIs change, or is that only reserved for official versions of the REST APIs?