GET
/
wallet
/
{user_id}
/
package
{
  "user_id": "<string>",
  "type": "<string>",
  "total": 123,
  "balance": 123,
  "created_at": "<string>",
  "updated_at": "<string>",
  "finished_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
default:self
required

User ID or 'self'

Response

200
application/json
Request fulfilled, document follows
user_id
string
required
type
string
required
total
integer
required
balance
integer
required
created_at
string
required
updated_at
string
required
finished_at
string
required