From 4d3bea48e11883f0fb99f2e4bb8d943fe162c687 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 5 Dec 2023 00:30:47 +0330 Subject: [api] online users Co-Authored-By: Alireza Ahmadi --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 896c4462..e0de0350 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Enter the user ID in input field number 4. The Telegram accounts with this id wi | `POST` | `"/resetAllTraffics"` | Reset traffics of all inbounds | | `POST` | `"/resetAllClientTraffics/:id"` | Reset traffics of all clients in an inbound | | `POST` | `"/delDepletedClients/:id"` | Delete inbound depleted clients (-1: all) | +| `POST` | `"/onlines"` | Get Online users ( list of emails ) | \*- The field `clientId` should be filled by: -- cgit v1.2.3 From 2088a4f815a6ddbb1d8a991614640797fa6ed598 Mon Sep 17 00:00:00 2001 From: Mehdi Khodayari Date: Sat, 9 Dec 2023 17:00:37 +0330 Subject: Updated Postman collection documentation. (#1301) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e0de0350..99656ad6 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,9 @@ Enter the user ID in input field number 4. The Telegram accounts with this id wi - `client.password` for TROJAN - `client.email` for Shadowsocks -- [Postman Collection](https://gist.github.com/mehdikhody/9a862801a2e41f6b5fb6bbc7e1326044) + +- [API Documentation](https://documenter.getpostman.com/view/16802678/2s9YkgD5jm) +- [Run In Postman](https://app.getpostman.com/run-collection/16802678-1a4c9270-ac77-40ed-959a-7aa56dc4a415?action=collection%2Ffork&source=rip_markdown&collection-url=entityId%3D16802678-1a4c9270-ac77-40ed-959a-7aa56dc4a415%26entityType%3Dcollection%26workspaceId%3D2cd38c01-c851-4a15-a972-f181c23359d9) # Environment Variables -- cgit v1.2.3