Autional Autional
API Reference GitHub autional.com →

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

NameInTypeRequiredDefaultExampleConstraintsDescription
plan path string Yes Plan name (free/basic/pro/enterprise/platform)

Responses

StatusDescriptionSchema
200Plan quota query successfuldto.PlanQuotasDetailResponse
400Invalid request parametersobject
401Unauthorizedobject
404Plan not foundobject
500Internal server errorobject

Referenced Schemas

dto.PlanQuotasDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.PlanQuotasResponse No
message string No
timestamp string No

dto.PlanQuotasResponse

FieldTypeRequiredExampleConstraintsDescription
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