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

The body is of type object.

Response

200 - application/json

successful operation

The response is of type object.