Senso
Sign inSign up

What is the Product Catalog?

The Product Catalog holds what you sell and on what terms: product records, rate tables, plan details, service descriptions, eligibility and contractual terms.

It is separate from the Knowledge Base because claims about price and eligibility need to be checked against a catalog, not against whichever document happened to mention a number.

The endpoints are /org/product-lines.

bash
curl https://apiv2.senso.ai/api/v1/org/product-lines \
  -H "X-API-Key: $SENSO_API_KEY"

Call it

GET/org/product-linesOpen in API reference →Everything in the catalog.
POST/org/product-linesOpen in API reference →Add a product line.
PUT/org/product-lines/{id}Open in API reference →Replace one outright.