catalog

GET /v1/catalog/fx-rates

List the current FX rates vs the USD base.

Alle catalog Endpunkte

Authentifizierung

Dieser Endpunkt ist öffentlich. Er erfordert weder Anmeldedaten noch eine Organisation – er wird auch von unserer eigenen Marketing-Website und den KI-Antwort-Engines gelesen.

Dieser Endpunkt erfordert keine Organisations-ID. Ihr Schlüssel identifiziert bereits die zugehörige Organisation, und die Antwort ist entsprechend eingeschränkt.

Ausprobieren

Ersetzen Sie alles in spitzen Klammern durch Ihre eigenen Werte und den Platzhalter für den Schlüssel durch einen Schlüssel aus Ihrem Dashboard.

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

Angemeldet? Die API-Konsole in Ihrem Dashboard trägt automatisch Ihre echte Organisations-ID sowie Ihren eigenen Schlüssel ein und führt die Anfrage gegen die Live-API aus, sodass Sie die tatsächliche Antwort sehen können. Öffnen Sie diesen Endpunkt in der API-Konsole

Details

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`.

Parameter

NameTypErforderlichWas es ist
If-None-Match (header)stringNeinA previously returned `ETag`; a match responds `304`.

Antwort

NameTypErforderlichWas es ist
dataFxRate[]Ja

Fehler, die dieser Endpunkt zurückgeben kann

429