Autional Autional
API Reference GitHub autional.com →

GET /admin/billing/subscription/{tenant_id}/apps/{app_id}/pricing

Query the resource pricing configuration details for a specified application of a tenant, including pricing strategy for each resource type.

Billing Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
tenant_id path string Yes Tenant ID
app_id path string Yes Application ID

Responses

StatusDescriptionSchema
200Application pricing query successfuldto.AppSubscriptionDetailResponse
400Invalid request parametersobject
401Unauthorizedobject
403No permissionobject
404Application pricing configuration not foundobject
500Internal server errorobject

Referenced Schemas

dto.AppResourcePricingResponse

FieldTypeRequiredExampleConstraintsDescription
id string No arp_001
included_units integer No 10000
overage_unit_price number No 0.05
resource_type string No api_calls
subscription_app_id string No sa_001
unit_label string No times
unit_price number No 0.01

dto.AppSubscriptionDetailResponse

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

dto.SubscriptionAppResponse

FieldTypeRequiredExampleConstraintsDescription
app_id string No app_001
created_at string No 2026-04-01T00:00:00Z
id string No sa_001
pricings array of

See dto.AppResourcePricingResponse

No
status string No active
subscription_id string No sub_001
tenant_id string No tnt_xyz789