Installation
This page outlines the changes that Partners will be required to make in order to integrate with XCE, including all necessary changes to the existing XCover API integration.
Via CDN
// production env
<script type="module" src="https://xce.xcover.com/{partner}/{version}/xcover-elements.js" async></script>
// sandbox(test) env
<script type="module" src="https://sandbox.xce.xcover.com/{partner}/{version}/xcover-elements.js" async></script>Last updated