ALEFBA Developer Platform
Quick Start

Getting Started

Make your first request to the ALEFBA Public Catalog API.

Public Catalog endpoint

GET https://alefba.eu/api/catalog?page=1&limit=20

cURL example

curl --request GET \
--url "https://alefba.eu/api/catalog?page=1&limit=3" \
--header "Accept: application/json"

Seller API base path

https://alefba.eu/api/v1/
Public catalog access and seller-authorized API access are documented separately.