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.
2 parents 443a64e + ae65444 commit e1900e4Copy full SHA for e1900e4
docs/API.md
@@ -14,6 +14,23 @@ These endpoints are used by the Rust+ Companion App.
14
15
Redirects to the Profile Image for the SteamId.
16
17
+### `/api/history/read`
18
+
19
+- Method: `POST`
20
+- Headers:
21
+ - `Content-Type`: `application/json`
22
+- Body: `AuthToken`
23
24
+Response contains event history, such as Player Deaths and Server Pair Requests.
25
26
+- Notification ID
27
+- Notification Date
28
+- Player SteamId
29
+- Server ID
30
+- Title (eg `{name} is online`)
31
+- Body (server name)
32
+- Data (event data)
33
34
### TODO
35
36
Endpoints that haven't been documented yet.
0 commit comments