GET
/
user
/
plan
curl --request GET \
  --url http://localhost:4000/user/plan \
  --header 'api_key: <api_key>'
{
  "advanced_analytics": true,
  "api_calls_per_day": 123,
  "assets_per_project": 123,
  "custom_branding": true,
  "customer_wallets": 123,
  "plan_code": "<string>",
  "priority_support": true,
  "projects": 123,
  "subscription_code": "<string>",
  "subscription_status": "<string>",
  "system_wallets": 123,
  "user_id": "<string>"
}

Headers

api_key
string
required

Response

200
application/json
Success response

The response is of type object.