Get Shard Config

Get Shard Config

GET
/node/shards/config
/node/shards/config

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "https://api.t4b.top/node/shards/config" \
  -H "Authorization: Bearer <token>"

Ok

{
  "data": {
    "flowGate": true,
    "flowGateMode": "LIMIT",
    "flowGateLimit": 100,
    "flowGateRate": 100,
    "flowForceLimit": true,
    "newShard": true,
    "titanic_system": true,
    "solve_captcha": true,
    "login_system_2": true,
    "login_1_as_backup": true,
    "loginCache": true,
    "forceCancelation": true,
    "loginAccountCache": true
  },
  "statusCode": 200
}