---
title: "Get unit price for list of resources"
method: POST
path: "/v1/resource/unit_price"
tags: ["Resource"]
---

# Get unit price for list of resources

`POST /v1/resource/unit_price`

Fetch unit price for list of resources

## Request body

- ResourceUnitPriceRequest
  - `service_account_id` string — ID of the service account
  - `resource_id` string — Id of the resource
  - `resource_type` string — Type of the resource

## Response `200`

Success

- ResourceUnitPriceResponse
  - `key` string — Id of the resource
  - `price` number — Price for the resource
  - `unit` string — Unit value for the resource

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
