GET
/billing/v1/quotas
Authentication
Bearer Token (BearerAuth)
Responses
200
Billing quotas
Response Fields:
customerId(string)tierName(string)quotas(object)
Example:
{
"customerId": "string",
"tierName": "string",
"quotas": {}
}Bearer Token (BearerAuth)
Response Fields:
customerId (string)
tierName (string)
quotas (object)
Example:
{
"customerId": "string",
"tierName": "string",
"quotas": {}
}