POST
/
support
/
request
cURL
curl --request POST \
  --url https://api.connect.fastenhealth.com/v1/support/request \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "support@company.com",
  "name": "John Doe",
  "subject": "Epic Sandbox test credentials do not work",
  "body": "<string>"
}'
{
  "success": true
}

Query Parameters

public_id
string
required

Public ID for Organization credential. See Authentication for more information

Example:

"8d4136dd-31b6-4a65-88a0-7ea22a2b16d6"

Body

application/json

Submit a support request

email
string

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

Example:

"support@company.com"

name
string

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

Example:

"John Doe"

subject
string

A short description of the issue.

Example:

"Epic Sandbox test credentials do not work"

body
string

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

Response

200 - application/json

successful operation

success
boolean
Example:

true