Strikes

Get All Strikes

GET
/shard/strike
/shard/strike

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

curl -X GET "https://api.t4b.top/shard/strike" \
  -H "Authorization: Bearer <token>"

Ok

{
  "data": {
    "strikes": [
      "string"
    ]
  },
  "statusCode": 200
}