---
title: "List teams (V1 Legacy)"
method: GET
path: "/v1/teams"
tags: ["Teams"]
---

# List teams (V1 Legacy)

`GET /v1/teams`

V1-compatible endpoint to list the authenticated user's teams.

## Response `200`

Default Response

- object
  - `data` object[], required
    - `address1` string, nullable, required
    - `address2` string, nullable, required
    - `avatar` string, nullable, required
    - `city` string, nullable, required
    - `colors` string, nullable, required
    - `country` string, nullable, required
    - `created_at` string, required
    - `hasAMLCheck` boolean, nullable, required
    - `id` union, required
      - string
      - number
    - `incorporationState` string, nullable, required
    - `incorporationType` string, nullable, required
    - `name` string, required
    - `owner` union, required
      - string
      - number
    - `phone` string, nullable, required
    - `riseId` string, nullable, required
    - `state` string, nullable, required
    - `tax_id` string, nullable, required
    - `updated_at` string, required
    - `usWork` number, nullable, required
    - `website` string, nullable, required
    - `zip` string, nullable, required

## Other responses

- `400` — Bad Request - Invalid parameters
- `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)
