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

# Get account fee model

`GET /v1/fee/models/attachment/account/{account_id}`

Get the fee model attached to the account.

## Path parameters

- `account_id` integer, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- number — Pismo fee model ID

## Other responses

- `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)
