🚀 TEFCA IAS is now Generally Available! See our TEFCA Developer Guide for details.
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
}File a support ticket with the Fasten team using our API.
This endpoint is in BETA and is not recommended for production use. We reserve the right to remove this endpoint at any time.
This API is rate limited and is subject to change. Please contact support@fastenhealth.com before use.
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
}Documentation Index
Fetch the complete documentation index at: https://docs.connect.fastenhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Public ID for Organization credential. See Authentication for more information
"8d4136dd-31b6-4a65-88a0-7ea22a2b16d6"
Submit a support request
Email address for your team. We will use this to contact you about your request.
"support@company.com"
This should be the name of the individual who is filing the support request.
"John Doe"
A short description of the issue.
"Epic Sandbox test credentials do not work"
A details description of the issue. Include any context that may be relevant.
successful operation
true