Skip to main content
GET
/
v1
/
products
/
categories
Get Product Categories
curl --request GET \
  --url https://api.trykintsugi.com/v1/products/categories/ \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <api-key>'
[
  {
    "name": "<string>",
    "subcategories": [
      {
        "name": "<string>",
        "description": "<string>",
        "example": "<string>",
        "is_frequent": false
      }
    ]
  }
]

Authorizations

X-API-KEY
string
header
required
x-organization-id
string
header
required

Response

Successful Response

name
string
required

Name of the product category (e.g., PHYSICAL, SERVICE, DIGITAL, MISCELLANEOUS)

subcategories
ProductSubCategory · object[]
required

List of subcategories associated with the product category