catalog

GET /v1/catalog/app/product-lines

List the product lines a signed-in customer may buy, including unadvertised ones.

所有 catalog 端点

所有开发者文档

身份验证

请将 API 密钥作为 bearer 令牌发送。此端点在规范中未指明具体的权限,因此请为您的密钥赋予所需的最小权限,并通过检查响应来确认,而不是盲目假设。

此端点不需要组织 ID。您的密钥已用于识别其所属的组织,且响应范围也仅限于该组织。

免费试用

将尖括号中的内容替换为您自己的值,并将键占位符替换为您仪表板中的一个键。

curl -X GET https://api.zinndigital.com/v1/catalog/app/product-lines \
  -H "Authorization: Bearer zdk_live_…"

已登录?您仪表板中的 API 控制台会自动填入您真实的组织 ID 和您自己的密钥,并针对实时 API 运行请求,以便您查看实际的响应。 在 API 控制台中打开此端点

详细信息

Identical to listProductLines, plus every line marked in-app-only — sold, but never promoted on the public site. ⚖️ Owner ruling, 2026-08-16: email is not a product we sell. It is free with every domain registered with us or transferred in. Email for a domain registered somewhere else stays purchasable "only form inside the app" and is not promoted on the frontend, so the mail line is served here and not by listProductLines. Requires authentication and nothing else — every signed-in customer sees the same catalogue, so there is no org to scope to and no permission to require. Responses are Cache-Control: private, no-store: the body varies by whether the caller is signed in, and a shared cache in front of it would hand the in-app catalogue to the next anonymous visitor.

响应

名称类型必填内容简介
dataProductLine[]

此端点可能返回的错误

401 · 429