Submit Form
POST/form/:draftId
Submits a contact form associated with a draft domain. The formData field must be a JSON string where each key maps to { label: string, value: string }. A proof key containing a valid Altcha proof-of-work solution is required — obtain one via GET /altcha before submitting. The proof is validated server-side. Requires an active subscription on the draft.
Request
Responses
- 200
- 400
- 403
- 404
Form submitted and email delivered.
Missing or invalid Altcha proof, or file validation failed.
Subscription expired or inactive.
Draft not found or domain not configured.