Taxonomy
Get category detail with member orgs and products
Returns orgs and products whose category matches the canonical slug. Aliases redirect: a non-canonical slug that matches an alias in the categories overlay returns a 301 Moved Permanently to the canonical URL. Unknown slugs (neither canonical nor aliased) return 404.
get/categories/{slug}
Path parameters
slugstring required
Response
Category detail with org and product rollups
Changes
Changed in 1 of the 5 revisions of this API.1
- ●
added the new
too_largeenum value to theerror/typeresponse property for the response status404response-property-enum-value-added
- ●