The Elai API supports secret token authentication using the HTTP Bearer token.

Your every request should have an Authorization header with the following content: Bearer <API_TOKEN>, where <API_TOKEN> is your API Token from the Elai API configuration section.

You can find or generate your API Token in the Elai API section.

Authorization: Bearer <API_TOKEN>