Download the EAN registry
EAN Registry
Download the EAN registry
Returns the full EAN registry available to the company behind the bearer token.
Privacy is controlled by the tenant-level private_ean_registry feature flag:
- When the flag is enabled, only the tenant’s own EAN records are returned.
- When the flag is disabled, the shared/global EAN pool is returned.
The endpoint returns the full registry in a single response (no pagination).
A hard cap of 5000 records per response protects the server. If the registry
exceeds 5000 entries, only the first 5000 are returned and truncated is
set to true.
GET
Download the EAN registry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.