---
title: "List FPSL Tiers"
method: GET
path: "/v1/fpsl/tiers"
tags: ["FPSL Program"]
---

# List FPSL Tiers

`GET /v1/fpsl/tiers`

List all available FPSL tiers. These tiers may be assigned to an account.

## Response `200`

Successful response, returns a list of FPSL tiers or none if no tiers are available.

- FPSLTier[]
  - `created_at` string, date-time — The timestamp the FPSL tier was created, in RFC 3339 format.
  - `customer_split` number — Percentage of the customer split represented as a value between 0 and 1.00. Max 2 decimal places are allowed.
  - `id` string, uuid — The unique identifier of the FPSL tier
  - `market` string — The market of the FPSL tier
  - `partner_split` number — Percentage of the partner split represented as a value between 0 and 1.00. Max 2 decimal places are allowed.
  - `tier_name` string — The name of the FPSL tier
  - `updated_at` string, date-time — The timestamp of the last update to the FPSL tier, in RFC 3339 format.

## Other responses

- `401` — Unauthorized. Please check your API key and try again.
- `429` — Too many requests. Please wait a moment and try again.
- `500` — A server error occurred. Please contact Alpaca.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
