Get Orders

Get all orders of user

GET
/order/orders
/order/orders

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

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

Ok

{
  "data": {
    "running": [
      1
    ],
    "orderQueues": [
      1
    ],
    "lastOrderId": 1
  },
  "statusCode": 200
}