---
title: "Retrieve Price"
method: GET
path: "/v1/prices/{id}"
---

# Retrieve Price

`GET /v1/prices/{id}`

This API endpoint retrieves a specific price.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `amount` integer
  - `createdAt` string
  - `currency` string
  - `id` string
  - `interval` string
  - `intervalCount` integer
  - `object` string
  - `productId` string
  - `type` string
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
