Authentication
All requests to the Lumytic APIs require a valid API Key for authentication.This mechanism ensures that only authorized users and applications can access and interact with your business data securely.
Each API key is uniquely associated with your Lumytic instance and determines the permissions and level of access granted to the requesting application.The key must be included in the request header for every API call.

Create API Key
Create a new API key by specifying its name, generating a unique access token, and securely storing it to enable authorized and controlled API integrations with external applications.
How to Use the API Key
To authenticate with the Lumytic API, include your unique API key in the request header under the apikey field. This key verifies your identity and authorizes access to your Lumytic instance.