catalog

GET /v1/catalog/fx-rates

List the current FX rates vs the USD base.

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

認証

このエンドポイントは公開されています。認証情報や組織情報は不要で、当社のマーケティングサイトやAI回答エンジンが読み取っているものと同じです。

このエンドポイントは組織IDを受け付けません。お使いのキーによって所属する組織がすでに特定されており、レスポンスはその組織にスコープされます。

試してみる

アングルブラケット内のすべてをご自身の値に置き換え、キーのプレースホルダーをご利用中のダッシュボードのキーに置き換えてください。

curl -X GET https://api.zinndigital.com/v1/catalog/fx-rates

ログインしていますか?ダッシュボード内のAPIコンソールでは、実際の組織IDやお客様ご自身のキーが自動入力され、ライブAPIに対してリクエストが実行されるため、実際のレスポンスを確認することができます。 API コンソールでこのエンドポイントを開く

詳細

The current stored exchange rates (each currency vs the USD base) the platform uses to derive per-currency prices, refreshed on a schedule (docs/29 §1-2). The frontend `CurrencySwitcher` and the admin helper lines (docs/29 §5) read these. **Public** reference data — no auth, no tenant scope. `rate_vs_usd` is a **string** decimal, never a JSON float, so no floating-point value ever represents the rate a price was derived from (§2.8). Empty until the first refresh runs (prices fall back to USD, never an error). Cacheable exactly like `listCatalogPlans`.

パラメータ

名前タイプ必須これがその内容です
If-None-Match (header)stringいいえA previously returned `ETag`; a match responds `304`.

返信

名前タイプ必須これがその内容です
dataFxRate[]はい

このエンドポイントが返すエラー

429