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

# Estimate the price of a new subscription

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

## Path parameters

- `organization_id` string, ulid, required

## Query parameters

- `plan` string, required
- `environments` integer, required
- `storage` integer, required
- `user_licenses` integer, required
- `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
- `404` — Not Found

---

[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)
