v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
accountManagement

Get overview of the account status.

Get information related to the account's plan, pricing model, expiration and payment status.

get/v1/account/status

Response

Overview of the account.

pricingModelstring required

Whether the account is cloudflex or credits

canUpdatePlanboolean required

If the plan can be updated by the given user

planTypestring required

Whether the account is Free/Trial/Paid

planExpirationDaysinteger

The number of days in which the plan will expire

applicationUsestring required

The current usage of the application.

accountActivatedboolean

If the account is activated or not

totalCreditsinteger

Total amount of credits assigned to the account

logModelstring

The log model of the account

isSubscriptionV2boolean

Indicates whether the account has v2 subscription enabled.

Example response

{
  "pricingModel": "credits",
  "canUpdatePlan": true,
  "planType": "Free",
  "planExpirationDays": 20,
  "applicationUse": "ALLOWED",
  "accountActivated": true,
  "totalCredits": 400,
  "logModel": "Flex"
}