---
title: "Proxy Enquiry Form"
method: POST
path: "/api/v1/public/text-widget/enquiry-proxy"
tags: ["text-widget-public"]
---

# Proxy Enquiry Form

`POST /api/v1/public/text-widget/enquiry-proxy`

Fire-and-forget relay of enquiry form data to an external URL.

The widget POSTs here to avoid CORS issues when submitting to
third-party form endpoints (HubSpot, Typeform, etc.).  The backend
forwards the payload server-side and returns the upstream status code.
No PII is stored.

## Query parameters

- `key` string, nullable

## Headers

- `X-Widget-Key` string, nullable

## Request body

- EnquiryProxyRequest — Proxied enquiry form submission — relays payload to an external URL.
  - `form_action_url` string, required
  - `method` string
  - `payload` object

## Response `200`

Successful Response

- EnquiryProxyResponse
  - `success` boolean, required
  - `status_code` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
