---
title: "Get Price Templates"
method: GET
path: "/v1/price_templates"
tags: ["Price Templates"]
---

# Get Price Templates

`GET /v1/price_templates`

Returns a list of price templates.

## Query parameters

- `q` string
- `limit` integer — A limit on the number of objects to be returned
- `starting_after` string — The cursor for pagination
- `ending_before` string — The cursor for pagination

## Response `200`

Successful Response

- InfinitePaginatedResponsePriceTemplateShort
  - `data` PriceTemplateShort[], required
    - `key` string — Unique key for the price template. If not set, the key will be generated from the name
    - `name` string, required — Name of the price template
    - `price` integer, required — Price point used to derive pricing details
    - `category` 'none' | 'platform', required
    - `id` string, required — Unique identifier for the price template
    - `items_count` integer — Number of items linked to the template
    - `created_at` integer, required — Timestamp (in epoch seconds) when the template was created
    - `modified_at` integer — Timestamp (in epoch seconds) when the template was last modified
  - `has_more` boolean, required
  - `next_cursor` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api.md) · [All operations](https://skmtc.net/aghanim/apis/aghanim-server-to-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aghanim/aghanim-server-to-server-api/versions/6402c25762c8/schema)
