public

GET /v1/public/quotes/form

What the free-quote form needs to render itself.

Tous les points de terminaison public

Toute la documentation pour développeurs

Authentification

Cet point de terminaison est public. Il ne nécessite aucun identifiant ni aucune organisation : c'est ce que notre propre site marketing et nos moteurs de réponse IA lisent.

Cet endpoint ne prend aucun identifiant d'organisation. Votre clé identifie déjà l'organisation à laquelle elle appartient, et la réponse y est limitée.

Essayer

Remplacez tout ce qui se trouve entre crochets par vos propres valeurs, et le espace réservé à la clé par une clé de votre tableau de bord.

curl -X GET https://api.zinndigital.com/v1/public/quotes/form

Connecté ? La console d'API de votre tableau de bord saisit votre véritable ID d'organisation ainsi que votre propre clé, et exécute la requête sur l'API de production afin que vous puissiez voir la réponse réelle. Ouvrir ce point de terminaison dans la console API

Détails

Anonymous — no credential, no tenant. Reports the Cloudflare Turnstile site key (public by construction; it ships in the page's HTML) and the enum choices the form's dropdowns are built from. ⛔ The choices come from here rather than being hand-copied into the client for the reason a hand-maintained copy of anything always goes wrong: it goes stale silently and then submits a value the engine refuses, which the visitor sees as an error on a field they filled in correctly. ⛔ turnstile_site_key is null — never "" — when no challenge is configured. The client branches on it, and "not configured" and "configured as an empty string" must be distinguishable on the wire.

Réponse

NomTypeObligatoireQu'est-ce que c'est
turnstile_site_keystringOuiThe Cloudflare Turnstile site key, or null when no challenge is configured. ⛔ Public by construction — it ships in the page's HTML — which is why it is served rather than kept…
max_attachmentsintegerOuiHow many files one submission may carry.
max_attachment_bytesintegerOuiThe ceiling across the WHOLE request, not per file. Five files each inside the per-file cap is far more than an anonymous caller should be able to store.
accepted_typesstring[]OuiThe media types an attachment may be. An allow-list, never a block-list — a block-list is a claim that somebody thought of every dangerous format.
project_typesQuoteChoice[]Oui
budget_bandsQuoteChoice[]Oui
timelinesQuoteChoice[]Oui

Erreurs que cet point de terminaison peut renvoyer

429