Skip to main content
GET
/
cabinet
/
admin
/
users
/
{user_id}
/
transactions
Get User Transactions
curl --request GET \
  --url http://localhost:8080/cabinet/admin/users/{user_id}/transactions
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

user_id
integer
required

Query Parameters

offset
integer
default:0
Required range: x >= 0
limit
integer
default:50
Required range: 1 <= x <= 200
transaction_type
string | null

Response

Successful Response