Authentication
All endpoints require an api-key header. Each endpoint group uses its own key configured in the .env file of the eshop application.
| Header | Required | Description |
|---|---|---|
api-key | yes | API key for the endpoint group |
If the header is missing the API returns 401. If the key is invalid it returns 403.
Key configuration
Section titled “Key configuration”Keys are set in the eshop’s .env file. Contact the platform administrator to obtain the correct key for each environment (staging / production).