---
title: "Get team by nanoid"
method: GET
path: "/v2/teams/{team_nanoid}"
tags: ["B2B Teams"]
---

# Get team by nanoid

`GET /v2/teams/{team_nanoid}`

## Path parameters

- `team_nanoid` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `nanoid` string, required — Unique identifier for the team.
    - `name` string, required — Name of the team.
    - `avatar` string, required — URL of the team avatar.
    - `balance` string, required — Current balance of the team.
    - `administrators` object[], required
      - `relationship_nanoid` string, required — Unique identifier for the relationship of the administrator.
      - `user_nanoid` string, required — Unique identifier for the user.
      - `avatar` string, required — URL of the administrator's avatar.
      - `first_name` string, required — First name of the administrator.
      - `middle_name` string, required — Middle name of the administrator.
      - `last_name` string, required — Last name of the administrator.
      - `email` string, required — Email address of the administrator.
      - `type` 'team_admin' | 'team_finance_admin' | 'team_viewer' | 'team_payment_initiator', required — Role type of the administrator within the team.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/versions/6f6941749255/schema)
