For the complete documentation index, see llms.txt. This page is also available as Markdown.

Additional Services

This file documents Flashgate’s auxiliary endpoint for sending feedback via email, allowing users to report bugs, submit support requests, or share feature suggestions. It supports file attachments and includes safeguards like size limits and authentication to ensure secure, actionable communication with the Flashgate team.

To perform this operation, you must be authenticated by means of one of the following methods: BearerAuth.

System Health & Status API Calls

Method
API Reference
Description

GET/

Check if the Flashgate API is online.

GET/health

Get detailed service and dependency health status.

Email API Calls

Method
API Reference
Description

POST/email/feedback

Send feedback or support emails to Flashgate, with optional attachments.

POST/systemevent

Query system events from the SystemEvent table with advanced filtering and pagination capabilities.

POST/systemevent/:id/read

Mark a system event as read for the current user.

DELETE/systemevent/:id/read

Mark a system event as unread for the current user.

Last updated

Was this helpful?