---
title: "Get fee model"
method: GET
path: "/v1/fee/models/{model_id}"
tags: ["Fee models"]
---

# Get fee model

`GET /v1/fee/models/{model_id}`

Get a fee model given its ID in the path.

## Path parameters

- `model_id` string, required

## Query parameters

- `withAttachmentsResume` boolean

## Headers

- `Authorization` string, required

## Response `200`

OK

- FeeModel
  - `model_description` string, required — Model description.
  - `fees` Fee[], required
    - object[] — List of applied fees on this calculation.
      - `type` string — Type of applied fee. For example, fixed, percentage, or any other type.
      - `amount` number — Calculated amount of this fee.
      - `rate` number — When using a percentage fee, this is the percentage rate used for calculating this fee. For example, the value `10` indicates 10%.

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `404` — Fee model not found
- `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)
