Example

To install the Betsafe SDK in your project, copy and paste the code below into the page where you want to use the SDK.

<script src="https://cdn.legitimuz.com/betsafe.js"></script>
<script type="text/javascript">
  legitimuz.sendAction({
    cpf: '00000000000',
    email: 'mail@example.com',
    action: 'signin'
  })
</script>