List distinct product tags
Returns the sorted, distinct set of tags used across products in the requested organizations. Tags are returned lowercase and trimmed. Powers tag-suggestion UIs in the dashboard and the product-list tag filter.
Org scope resolves like every list endpoint (ADR 0029): with no organizationIds, the
caller’s own organization is used by default (admins reach all orgs via allOrganizations).
A non-admin requesting tags for an organization they cannot read receives 403.
Authorizations
API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....
Query Parameters
Filter by organization IDs. Optional — defaults to the caller's own organization.
Response
Tags retrieved successfully