Authentication
This endpoint is public. It takes no credential and no organisation — it is what our own marketing site and AI answer engines read.
This endpoint takes no organisation id. Your key already identifies the organisation it belongs to, and the response is scoped to it.
Try it
Replace anything in angle brackets with your own values, and the key placeholder with a key from your dashboard.
curl -X GET https://api.zinndigital.com/v1/catalog/product-linesSigned in? The API console in your dashboard fills in your real organisation id and your own key, and runs the request against the live API so you can see the actual response. Open this endpoint in the API console
Details
Returns every active product line (Footprint-Free, Mainstream, …) with its marketing feature list and the entitlement grants shared by every plan in the line. **Public** — prices and product definitions are public marketing data (docs/35 #19). Cacheable: the response carries a strong `ETag` and `Cache-Control: public, max-age=60`; send `If-None-Match` for a `304`.
Parameters
| Name | Type | Required | What it is |
|---|---|---|---|
If-None-Match (header) | string | No | A previously returned `ETag`; a match responds `304`. |
Response
| Name | Type | Required | What it is |
|---|---|---|---|
data | ProductLine[] | Yes | — |
Errors this endpoint can return
429