Help
Frequently Asked Questions
Common questions about ALEFBA developer services.
Is the Public Catalog API authenticated?
No. The documented endpoint https://alefba.eu/api/v1/catalog is intended for public catalog access without seller credentials.
Does the Seller API require credentials?
Yes. Protected seller operations require a valid live API key sent as Authorization: Bearer alefba_live_YOUR_API_KEY.
Is a public sandbox available?
No. A separate public sandbox environment is not currently available. Sandbox access will be announced after the environment has been tested and released.
What is the production base URL?
https://alefba.eu/api/v1Should integrations include .php in endpoint URLs?
No. New integrations and public documentation should use canonical extensionless URLs such as /api/v1/products.
What happens when a key is invalid?
The protected API returns HTTP 401. Revoked or inactive keys are not accepted.
Are webhooks available?
Not yet. Production webhook delivery is currently marked as planned.