cURL
curl --request GET \ --url https://api.fish.audio/wallet/{user_id}/package \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "type": "<string>", "total": 123, "balance": 123, "created_at": "<string>", "updated_at": "<string>", "finished_at": "<string>" }
Get current user premium information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User ID or 'self'
Request fulfilled, document follows
Was this page helpful?