v1

latestOpenAPI 3.0.1Private2026-07-2212926.5 KB
bridge

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>
post/support/request

Query parameters

public_idstring required
Example:8d4136dd-31b6-4a65-88a0-7ea22a2b16d6

Public ID for Organization credential. See Authentication for more information

Request body

emailstring

Email address for your team. We will use this to contact you about your request.

namestring

This should be the name of the individual who is filing the support request.

subjectstring

A short description of the issue.

bodystring

A details description of the issue. Include any context that may be relevant.

Example request

{
  "email": "support@company.com",
  "name": "John Doe",
  "subject": "Epic Sandbox test credentials do not work"
}

Response

successful operation

successboolean

Example response

{
  "success": true
}