GET
/
proxy_api
/
v1
/
basic
/
users
/
get
View all sub-users
curl --request GET \
  --url https://core-proxy-service-w34nvoxnwq-uc.a.run.app/proxy_api/v1/basic/users/get \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "username": "<string>",
      "user_id": "<string>",
      "password": "<string>",
      "data_gb": 123,
      "data_usage": 123,
      "status": "<string>",
      "whitelisted_ips": [
        "<string>"
      ],
      "date_created": "2023-11-07T05:31:56Z"
    }
  ],
  "length": 123
}

Authorizations

Authorization
string
header
required

[just text field] Please enter token in following format: Bearer

Response

list of sub-users fetched

users
object[]
required

All Users

length
number
required

Total Users