Skip to content

Authentication

All endpoints require an api-key header. Each endpoint group uses its own key configured in the .env file of the eshop application.

HeaderRequiredDescription
api-keyyesAPI key for the endpoint group

If the header is missing the API returns 401. If the key is invalid it returns 403.

Keys are set in the eshop’s .env file. Contact the platform administrator to obtain the correct key for each environment (staging / production).