We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8aef5a commit 037683cCopy full SHA for 037683c
docs/reference/api.md
@@ -824,6 +824,24 @@ Delete another user's API key.
824
825
---
826
827
+## Health Endpoints
828
+
829
+### Heartbeat
830
831
+**Endpoint:** `GET /heartbeat`
832
833
+Returns a minimal response to confirm the service is up.
834
835
+**Response:** `200 OK`
836
837
+```json
838
+{
839
+ "status": "ok"
840
+}
841
+```
842
843
+---
844
845
## Authentication Methods
846
847
The API supports two authentication methods:
0 commit comments