> For the complete documentation index, see [llms.txt](https://docs.flashback.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashback.tech/support-reference/platform-api-reference/other-apis.md).

# 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.

{% hint style="info" %}
To perform this operation, you must be authenticated by means of one of the following methods: [BearerAuth](/support-reference/platform-api-reference.md#http-bearer-authentication).
{% endhint %}

## System Health & Status API Calls

<table><thead><tr><th width="247.4000244140625">Method</th><th>API Reference</th><th>Description</th></tr></thead><tbody><tr><td><mark style="color:green;"><code>GET</code></mark><code>/</code></td><td><a href="/pages/h9bEfv8nJviQrStLqdAC"><strong>get__</strong></a></td><td>Check if the Flashgate API is online.</td></tr><tr><td><mark style="color:green;"><code>GET</code></mark><code>/health</code></td><td><a href="/pages/3Sn388nEemDFXXu07hyK"><strong>get__health</strong></a></td><td>Get detailed service and dependency health status.</td></tr></tbody></table>

## Email API Calls <a href="#flashgate-api-email" id="flashgate-api-email"></a>

| Method                                                           | API Reference                                                                                                                  | Description                                                                                         |
| ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| <mark style="color:orange;">`POST`</mark>`/email/feedback`       | [**post\_\_email\_feedback**](/support-reference/platform-api-reference/other-apis/post__email_feedback.md)                    | Send feedback or support emails to Flashgate, with optional attachments.                            |
| <mark style="color:orange;">`POST`</mark>`/systemevent`          | [**post\_\_systemevent**](/support-reference/platform-api-reference/other-apis/post__systemevent.md)                           | Query system events from the SystemEvent table with advanced filtering and pagination capabilities. |
| <mark style="color:orange;">`POST`</mark>`/systemevent/:id/read` | [**post\_\_systemevent\_\_systemeventId**](/support-reference/platform-api-reference/other-apis/post__systemevent_read.md)     | Mark a system event as read for the current user.                                                   |
| <mark style="color:red;">`DELETE`</mark>`/systemevent/:id/read`  | [**delete\_\_systemevent\_\_systemeventId**](/support-reference/platform-api-reference/other-apis/delete__systemevent_read.md) | Mark a system event as unread for the current user.                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flashback.tech/support-reference/platform-api-reference/other-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
