---
title: "Retrieve a single member fee for a team."
method: GET
path: "/api/v1/teams/{teamId}/member-fees/{id}"
tags: ["Team Member Fees"]
---

# Retrieve a single member fee for a team.

`GET /api/v1/teams/{teamId}/member-fees/{id}`

Required scope: `team-members:read` </br>Organization authorization: `supported`

## Path parameters

- `teamId` integer, required
- `id` integer, required

## Response `200`

The requested member fee.

- TeamMemberFeeDto
  - `id` integer — Unique identifier of the member fee.
  - `teamId` integer — Identifier of the team this fee belongs to.
  - `name` string, required — Name of the member fee.
  - `monthlyPrice` number, required — Monthly price charged per member, in the team's currency.
  - `memberCount` integer — Number of team members currently assigned to this fee.
  - `createdAt` string, nullable — Creation timestamp (ISO 8601).
  - `updatedAt` string, nullable — Last update timestamp (ISO 8601).

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
