Share statistics for a Category
Read-only aggregate share stats. Same response shape across all seven storefront resources.
Authorizations
Bearer token authentication. Accepts company-admin tokens with
storefront.view for read operations and storefront.update
for writes and scan triggers (legacy per-resource grants like
categories.update / products.view / etc. are still accepted
during the migration), required on every company operation.
Storefront public operations under /api/v202604/{resource} and
/api/v202604/{resource}/{slug} are unauthenticated
(security: []).
Path Parameters
The unique identifier of the category.
Response
Share statistics.
Share statistics for a storefront resource — the same shape every
storefront resource returns from GET :id/shares: a top-level
share_stats object plus the meta envelope. There is no
resource wrapper.
Response metadata included on every successful response body.
request_id and timestamp are always present; list endpoints
also add pagination.