wallets
Get wallets by user
GET
/
users
/
{userId}
/
wallets
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
userId
string
requiredUUID of the user
Response
200 - application/json
count
integer
requiredwallets
object[]
requiredWas this page helpful?