---
title: "GET /api/price-tables/{id}"
method: GET
path: "/api/price-tables/{id}"
tags: ["api", "price-tables"]
---

# GET /api/price-tables/{id}

`GET /api/price-tables/{id}`

Get a Price Table

## Path parameters

- `id` string, required — The ID of the price table

## Response `200`

OK

- PriceTableResource
  - `_id` string, required — The ID of the price table
  - `sellerId` string, required — The ID of the seller of the price table
  - `name` string, required — The name of the price table. Is used for identification
  - `categories` object[] — An array of price categories
    - `_id` string — The ID of the price category
    - `name` string, required — The name of the price category. Is used for identification
  - `types` object[] — An array of price types
    - `_id` string — The ID of the price type
    - `name` string, required — The name of the price type. Is used for identification
    - `categoryId` string, required — The ID of the price category
    - `price` number, float, required — The default price for the type, can be overridden per price tier
  - `tiers` object[] — An array of price tiers
    - `_id` string
    - `name` string, required — The name of the price tier. Is used for identification
    - `prices` object[]
      - `priceTypeId` string, required — The ID of the price type
      - `price` number, float, nullable, required — The price for the associated price type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
