---
title: "GET /pricingTiers"
method: GET
path: "/pricingTiers"
tags: ["Pricing Tiers"]
---

# GET /pricingTiers

`GET /pricingTiers`

Schema for a Pricing Tier

## Query parameters

- `pageSize` integer
- `sortOrder` union
  - 'asc'
  - 'desc'
- `pageCursor` string
- `sortField` 'createdAt'

## Response `200`

Successful Response

- GetPricingTiersResponse
  - `result` string, required
  - `data` PricingTier[], required
    - `id` number, required
    - `name` string, required
    - `isDefault` boolean, required
    - `tierType` string, required
    - `markupRate` number, nullable, required
    - `createdAt` string, required
    - `links` Links[], required
      - `href` string, required
      - `rel` string, required
      - `type` 'GET' | 'POST' | 'PUT' | 'PATCH', required
  - `paging` Pagination
    - `perPage` number, required
    - `pageCount` number, required
    - `links` object, required
      - `self` string, required
      - `previous` string, nullable, required
      - `next` string, nullable, required

## Other responses

- `4XX` — Client Request Errors
- `5XX` — Server Errors

---

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