v1
latestOpenAPI 3.0.1Private2026-07-2212926.5 KBbridge
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
Example request
{
"email": "support@company.com",
"name": "John Doe",
"subject": "Epic Sandbox test credentials do not work"
}Response
successful operation
Example response
{
"success": true
}