---
title: "Estimate the price of a subscription"
method: GET
path: "/organizations/{organization_id}/subscriptions/{subscription_id}/estimate"
tags: ["Subscriptions"]
---

# Estimate the price of a subscription

`GET /organizations/{organization_id}/subscriptions/{subscription_id}/estimate`

## Path parameters

- `organization_id` string, ulid, required
- `subscription_id` string, required

## Query parameters

- `plan` string, required
- `environments` integer
- `storage` integer
- `user_licenses` integer
- `format` 'formatted' | 'complex'

## Response `200`

OK

- EstimationObject — A price estimate object.
  - `plan` string — The monthly price of the plan.
  - `user_licenses` string — The monthly price of the user licenses.
  - `environments` string — The monthly price of the environments.
  - `storage` string — The monthly price of the storage.
  - `total` string — The total monthly price.
  - `options` object — The unit prices of the options.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
