<aside> 📜

The advanced analytics and API access are available in Evocon Professional and Enterprise packages.

</aside>

<aside> 📜

This guide provides comprehensive instructions for using the Evocon reporting API prebuilt endpoints to pull production data from Evocon into external systems like Power BI, Excel, or custom applications for advanced analytics and tracking.

</aside>

1. Authentication

Access to the Evocon API is controlled by API keys using Basic Authentication.

1.1 Generating an API Key

Only Company and Factory administrator users in Evocon can generate API keys.

  1. Navigate to Settings in your Evocon account and click on the API keys card.

image.png

  1. Click the + API KEY button in the top right corner.

  2. Assign a descriptive name to the key that explains where it will be used.

  3. Choose the key's rights:

    image.png

  4. Click Create to generate the key.

❗ Important: Save Your Secret Key

When you create a key, you will be shown an API Key (which acts as the username) and a Secret Key (which acts as the password). The Secret Key is shown only once. You must save it in a secure location immediately, as it cannot be retrieved again.

1.2 Using Your API Key

The API uses Basic Authentication. How you provide the credentials depends on your application.

image.png