---
title: "Submit Inquiry"
method: POST
path: "/public/portal/{slug}/inquiry"
tags: ["client-portal"]
---

# Submit Inquiry

`POST /public/portal/{slug}/inquiry`

Record an inquiry from someone who is not a client yet.

Always answers 200 with the same shape, whether or not anything was written.
A public form must not report on the org behind it — "no such org" or "we
failed to create your deal" tells a stranger about internal state, and the
visitor can do nothing with either. Failures are logged, not surfaced.

## Path parameters

- `slug` string, required

## Request body

- InquiryRequest
  - `name` string, required
  - `email` string, email, required
  - `company` string, nullable
  - `message` string, nullable
  - `fax` string, nullable

## Response `200`

Successful Response

- InquiryResponse
  - `profile_token` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
