Returns account information for a given user ID
curl --request GET \ --url https://api.usemoonshine.com/account-info
{ "user_id": "<string>", "email": "<string>", "total-seconds-uploaded": 123, "pending-seconds-uploaded": 123, "number-of-queries": 123, "balance": 123, "payment-history": [ {} ], "tokens": [ {} ] }
The user ID to fetch account information for
Account information response
The response is of type object.
object