get /license/accesstypeinfo
Stability index
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is deprecated and may be removed in a future version.
Return type
Example data
Content-Type: application/json
{
  "loginAccessType" : {
    "tokenCost" : 0.42456082,
    "unavailableTokens" : 0,
    "allocatedTokens" : 0,
    "schemaPath" : "schemaPath",
    "usedTokens" : 0
  },
  "schemaPath" : "schemaPath",
  "professionalAccessType" : {
    "tokenCost" : 0.1565813,
    "allocatedTokens" : 0,
    "schemaPath" : "schemaPath",
    "quarantinedTokens" : 0,
    "usedTokens" : 0
  },
  "analyzerAccessType" : {
    "tokenCost" : 0.1589416,
    "allocatedTokens" : 0,
    "schemaPath" : "schemaPath",
    "quarantinedTokens" : 0,
    "usedTokens" : 0
  },
  "totalTokens" : 0,
  "userAccessType" : {
    "tokenCost" : 0.71614015,
    "allocatedTokens" : 0,
    "schemaPath" : "schemaPath",
    "quarantinedTokens" : 0,
    "usedTokens" : 0
  },
  "availableTokens" : 0
}
Responses
- 200
- OK