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

slug'ai' | 'cloud' | 'commerce' | 'crm' | 'database' | 'design' | 'developer-tools' | 'devops' | 'finance' | 'framework' | 'infrastructure' | 'observability' | 'productivity' | 'security' required
namestring required
descriptionstring nullable required
aliasesstring[] required

Changes

Changed in 1 of the 5 revisions of this API.1

    • added the new too_large enum value to the error/type response property for the response status 404

      response-property-enum-value-added