<aside> 💡 Open API offers extensive functionality for the integration of eyezon service with third-party systems. Our API lets you create buttons and streamers, change service settings and access stats.
</aside>
There are few things you will need to start working with our API.
After this, you are all set up to start working with our API.
Depending on the business region you have chosen upon registering your account with eyezon, you should address a certain server. You can find your business region in the code of any button in your eyezon account:
<script>
(function(w, d, s, o, f, js, fjs) {
w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) };
js = d.createElement(s); fjs = d.getElementsByTagName(s)[0];
js.id = o; js.src = f; js.async = true; fjs.parentNode.insertBefore(js, fjs);
}(window, document, 'script', 'eyeZon', '<https://storage.googleapis.com/eyezonscriptv2/static/js/eyezonwidget.js>');
eyeZon('init', {
businessId: 'BUSINESS ID',
**region: 'us-1'**
});
</script>
In this list, regions stand for the following server URLs:
For testing purposes, you can use our test server here: https://serversandbox.eyezon.online/public/api-docs/.
Since the test server is separate from the main ones, you need to create a separate account on this server. Please register here: https://testadmin.witheyezon.com/#/auth/register. A test account will be created where you will find an access token to use with the test server.
To log into the test account, please use the following address: https://testadmin.witheyezon.com/#/auth/login.