v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBaccountManagement
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.
Example response
{
"pricingModel": "credits",
"canUpdatePlan": true,
"planType": "Free",
"planExpirationDays": 20,
"applicationUse": "ALLOWED",
"accountActivated": true,
"totalCredits": 400,
"logModel": "Flex"
}