Skip to main content
GET
/
v1
/
products
/
configs
Get Product Configs
curl --request GET \
  --url https://api.trykintsugi.com/v1/products/configs \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <x-organization-id>'
[
  {
    "id": "<string>",
    "primary_product_category": "<string>",
    "primary_product_subcategory": "<string>",
    "ai_enabled": true,
    "product_description": "<string>",
    "primary_product_code_name": "<string>",
    "is_default": false
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.trykintsugi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Headers

x-organization-id
string | null
required

The unique identifier for the organization making the request

Response

Successful Response

id
string
required

The product ID.

primary_product_category
string
required

Primary product category.

primary_product_subcategory
string
required

Primary product subcategory.

ai_enabled
boolean
required

Is ai enabled.

product_description
string
required

The product description.

primary_product_code_name
string
required

The name of the product code.

is_default
boolean
default:false

Indicates whether the product configuration is the default