Estimate Plan Change
POST /v1/billing/estimate
Calculate upgrade/downgrade costs with prorations.
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/EstimatePlanChangeRequest"
}
Responses
200
Successful Response
{}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}