GET
/
account-info
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": [
    {}
  ]
}

Query Parameters

userid
string
required

The user ID to fetch account information for

Response

200
application/json

Account information response

The response is of type object.