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

# Submit Inquiry Profile

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

Optional extra details, offered after the inquiry is already recorded.

Authorised by the short-lived token the inquiry returned — never by a bare
contact id, which anyone could guess at.

## Path parameters

- `slug` string, required

## Request body

- InquiryProfileRequest
  - `token` string, required
  - `website` string, nullable
  - `phone` string, nullable
  - `job_title` string, nullable

## Response `200`

Successful Response

- unknown

## 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/revisions/f8600f7a4ae3/schema)
