Deprecation Policy
2 min
deprecation policy what's documented vs what's supported the api portal is the canonical list of actively supported apis if an endpoint is not in the portal, treat it as unsupported it may exist in older builds but is not guaranteed to keep working deprecation timeline deprecation notice is posted before removal, typically 6 months in advance deprecated endpoints continue to function during the notice period after removal, calls return 410 gone or 404 not found depending on the module recommendation pin to a specific product / api version in your client subscribe to release notes for the products you depend on for automation that runs unattended, set up a smoke test that exercises your critical endpoints against new edge / lem releases before rolling them out