Docs › API Reference › Billing Service › GET /internal/billing/plans/{plan}/quotas
GET /internal/billing/plans/{plan}/quotas
Internal service call: Get quota limits by plan name (free/basic/pro/enterprise/platform), including max users, storage, bandwidth, API calls, SMS/email daily limits, etc.
Billing Service - Internal None application/json
Request Parameters
Name In Type Required Default Example Constraints Description
plan
path
string
Yes
Plan name (free/basic/pro/enterprise/platform)
Responses
Status Description Schema
200 Plan quota query successful dto.PlanQuotasDetailResponse400 Invalid request parameters object401 Unauthorized object404 Plan not found object500 Internal server error object
Referenced Schemas
dto.PlanQuotasDetailResponse
Field Type Required Example Constraints Description
code
integer
No
data
dto.PlanQuotasResponse
No
message
string
No
timestamp
string
No
dto.PlanQuotasResponse
Field Type Required Example Constraints Description
max_api_requests
integer
No
100000
max_bandwidth_bytes
integer
No
107374182400
max_email_daily
integer
No
5000
max_sms_daily
integer
No
1000
max_storage_bytes
integer
No
10737418240
max_users
integer
No
500
name
string
No
Professional
plan
string
No
pro