Config
Get config
Get configuration information for the given account
get/1/public_clouds/config
Query parameters
account_idinteger required
Unique identifier of the account that is related to the resource {name}
The account identifier
Response
OK
Example response
{
"result": "success",
"data": {
"free_tier": 300,
"free_tier_used": 60.54,
"account_resource_level": 2,
"valid_from": 1650876838,
"valid_to": 1659865834,
"project_count": 3
}
}