Skip to main content
GET
/
wf
/
account-details
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/account-details \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "account": {
    "plan_name": "Unlimited", 
    "plan_period": "yearly",
    "plan_expiration": "2026-08-30",
    "credits_balance_total": 4867,
    "credits_balance_plan": 4867,
    "credits_balance_extra": 0,
    "activated_products": 23,
    "topup_active": true,
    "topup_limit": 10,
    "topup_package": "5000 credits",
    "ratelimit_current": 1,
    "ratelimit_plan": 360,
    "ratelimit_period": "60 seconds",
    "last_request": "2025-11-02T15:29:17.664Z"
  }
}
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "account": {
    "plan_name": "Unlimited", 
    "plan_period": "yearly",
    "plan_expiration": "2026-08-30",
    "credits_balance_total": 4867,
    "credits_balance_plan": 4867,
    "credits_balance_extra": 0,
    "activated_products": 23,
    "topup_active": true,
    "topup_limit": 10,
    "topup_package": "5000 credits",
    "ratelimit_current": 1,
    "ratelimit_plan": 360,
    "ratelimit_period": "60 seconds",
    "last_request": "2025-11-02T15:29:17.664Z"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK