---
title: "POST /support/request"
method: POST
path: "/support/request"
tags: ["bridge"]
---

# POST /support/request

`POST /support/request`

File a support ticket with the Fasten team using our API. 

<Note>
This endpoint is in BETA and is not recommended for production use.
We reserve the right to remove this endpoint at any time.
</Note>

<Warning>
This API is rate limited and is subject to change. **Please contact support@fastenhealth.com before use.**
</Warning>

## Query parameters

- `public_id` string, required

## Request body

- object
  - `email` string — Email address for your team. We will use this to contact you about your request.
  - `name` string — This should be the name of the individual who is filing the support request.
  - `subject` string — A short description of the issue.
  - `body` string — A details description of the issue. Include any context that may be relevant.

## Response `200`

successful operation

- object
  - `success` boolean

---

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