Products

List product categories

Returns the publicly visible NachoNacho marketplace product categories. Use a category id from this endpoint with the categoryProductId query parameter on GET /products to filter products by category.

get/categories

Response

List of public product categories

Example response

{
  "categories": [
    {
      "id": "clxx123abc",
      "name": "Business Banking & Fintech",
      "level": 1
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.