---
title: "List fee models"
method: GET
path: "/v1/fee/models"
tags: ["Fee models"]
---

# List fee models

`GET /v1/fee/models`

Get an organization's fee models. The org ID is derived from the access token.

## Response `200`

OK

- ModelListItem[]
  - `model_id` number, required — Pismo fee model ID
  - `description` string, required — Fee description.
  - `updated_at` string, required — Model update date.
  - `has_program_attachment` boolean, required — Identifies whether the model has an attachment per program
  - `has_org_attachment` boolean, required — Identifies whether the model has an attachment per org
  - `has_account_attachment` boolean, required — Identifies whether the model has an attachment per account

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
