POST/api/public/consultation
Public consultation request form on the Zentor website.
Auth & Security
No authentication required
Idempotent: No
Parameters
name(body, string, required)— 2–120 charactersemail(body, string, required)— Valid email addresscompany(body, string)message(body, string)phone(body, string)consentGiven(body, boolean, required)— Must be trueExample Request
{"name":"John Doe","email":"max@example.com","company":"Example Company Ltd.","message":"Inquiry","consentGiven":true}Example Response
{"ok":true,"message":"Ihre Beratungsanfrage wurde übermittelt. Wir melden uns in Kürze bei Ihnen."}Error Codes
400 VALIDATION_ERROR — Required field missing/invalid or consent missing.Live Test Proof
Success (200) and negative case (400) verified live.