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 characters
email(body, string, required)Valid email address
company(body, string)
message(body, string)
phone(body, string)
consentGiven(body, boolean, required)Must be true

Example 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_ERRORRequired field missing/invalid or consent missing.

Live Test Proof

Success (200) and negative case (400) verified live.

Public Forms