<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>

Account settings

There are few things you will need to start working with our API.

  1. First, you will need access token available in your account, under For developers → API menu. Please find the token in Paragraph 1 of the page.

Untitled

  1. In Paragraph 2 of the same page, please enter the IP address of the device from which API calls will be sent out to our server.

Untitled

After this, you are all set up to start working with our API.

Server list

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:

Test server

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.