Generating an API Key

To interact with the Tezzela API, you must first obtain an API key. This key is required in the X-API-KEY header for all authenticated API requests.

How to generate an API Key

Each publisher can generate their own API keys directly from the Tezzela web platform. Follow these steps to generate a new API key:

  1. Log in to your Tezzela account.

  2. Navigate to the API Keys section from the sidebar menu.

  3. Click the "Generate new API key" button.

  4. Enter a name for the key — this helps you identify its purpose later.

  5. Optionally, provide a description (e.g., "Key for warehouse system").

  6. Click "Create" to generate the key.

  7. After completing registration and subscription, you will receive your personal API token via email.

This API Key should be kept private and secure. Do not expose it in public repositories or frontend code.

Last updated