---
title: "Find customer tiers based on search parameters."
method: POST
path: "/api/customer-tiers/list"
tags: ["Customer Tier"]
---

# Find customer tiers based on search parameters.

`POST /api/customer-tiers/list`

## Query parameters

- `Sort.Field` string
- `Sort.Dir` 'ascending' | 'descending' — Specify sorting direction.
- `Skip` integer
- `Take` integer

## Request body

- CustomerTierRequestFindParameters — Parameters used for searching/finding customer tiers.
  - `name` string, nullable — Filter customer tierds based on their name.
  - `ids` string[], nullable — Filter customer tiers based on matching ids.

## Response `200`

List of customer tiers matching the filters

- CustomerTierDto[]
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — Identifying name. Must be unique.
  - `description` string, nullable — Description

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/016c1fd45a3f/schema)
