---
title: "Contact"
method: POST
path: "/contact"
tags: ["Meta"]
---

# Contact

`POST /contact`

Save a contact form submission to the SQLite database.

## Request body

- ContactRequest
  - `name` string, required
  - `email` string, email, required
  - `plan` string
  - `message` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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