List quota allowances
Get all quota allowances for a customer across every quota feature in their plan.
Get all quota allowances for a customer across every quota feature in their plan.
ApiKeyAuth In: header
application/json
application/json
application/json
curl -X GET "https://commet.co/api/v1/usage/quota/all"Get all quota allowances for a customer across every quota feature in their plan.
{
"success": true,
"data": [
{
"livemode": true,
"featureCode": "string",
"current": 0,
"included": 0,
"remaining": 0,
"unlimited": true,
"overageEnabled": true,
{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}