Overview
Platform Overview
ALEFBA Developer Platform documents the public and authenticated interfaces used to build marketplace integrations around catalog access, seller operations and future platform capabilities.
Platform architecture
Available
Public Catalog
Read public marketplace catalog data without seller credentials.
Available
Seller API v1
Use authenticated server-to-server requests for seller products and orders.
Documentation
Payments & Gift Cards
Understand ALEFBA marketplace payment and gift-card concepts. Public integration endpoints are documented only when released.
Planned
Webhooks & Sandbox
Production webhooks and a public sandbox are not currently available.
Production API
https://alefba.eu/api/v1Integration principles
- Use canonical extensionless endpoint URLs.
- Send protected requests from secure server-side environments.
- Use HTTPS and never expose live API keys in browser code.
- Handle non-success HTTP status codes before parsing response data.
- Design clients to tolerate additive response fields.
- Use API version paths to preserve compatibility.
Current capability status
| Capability | Status | Documentation |
|---|---|---|
| Public Catalog API | Available | Catalog API |
| Seller API v1 | Available | Seller API |
| Gift Cards | Documentation | Gift Cards |
| Payments | Documentation | Payments |
| AI Marketplace | Documentation | AI Marketplace |
| Webhooks | Planned | Webhooks |
| Public Sandbox | Not available | FAQ |