catalog

GET /v1/catalog/app/product-lines

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

すべての catalog エンドポイント

すべての開発者向けドキュメント

認証

ベアラー トークンとして API キーを送信します。このエンドポイントでは仕様に特定の権限が記載されていないため、キーに必要な最小限の権限を付与し、推測するのではなくレスポンスを確認してください。

このエンドポイントは組織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