Skip to main content
GET
/
cabinet
/
admin
/
users
/
{user_id}
/
transactions
Get User Transactions
curl --request GET \
  --url https://api.example.com/cabinet/admin/users/{user_id}/transactions \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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