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": {}
}
]
}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": {}
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 01 <= x <= 200Successful Response