Endpoint
Authentication
Bearer token (e.g.
Authorization: Bearer YOUR_API_KEY)Query parameters
Optional search query applied before faceting.
Locale for search. Options:
en, roFilter by product type before computing facets.
Filter by status before computing facets.
B2B: Filter by organization visibility before computing facets (UUID format).
Request example
Response
Facet attributes and their values with counts (all facet attributes returned).
Whether the facet count is exact (
true) or approximate (false)Processing time (milliseconds)
Total request time (milliseconds)
Features
- Returns all facet attributes for the current query.
- Facet counts are computed after deduplication for accurate totals.
- Supports the same filters as product search (
q,type,status,organizationId,locale).