---
title: "GET /legal-entity"
method: GET
path: "/legal-entity"
---

# GET /legal-entity

`GET /legal-entity`

List all legal entities you have access to

## Response `200`

OK

- object
  - `items` LegalEntity[], required
    - `id` string, required
    - `name` string, required
    - `structure` 'person' | 'llc' | 'lp' | 'llp' | 'gp' | 'partnership' | 'cooperative' | 'ccorp' | 'scorp' | 'other' — Will be empty in rare cases where the legal entity has not yet been fully created.
  - `metadata` PaginationPaginationResponse, required — Response sent when requesting a list of data
    - `nextCursor` string — The cursor to use to retrieve the next page of data. If this is not sent, there is no more data to retrieve.
    - `count` number — The number of items in the current page of data.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

## Changes

- **2026-03-06** `773c90f079c5` — 2 warning
  - added the new `cooperative` enum value to the `items/items/structure` response property for the response status `200`
  - added the new `other` enum value to the `items/items/structure` response property for the response status `200`

[Change history](https://skmtc.dev/slashfi/apis/slash-public-api/changes/legal-entity/get.md)

---

[API](https://skmtc.dev/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.dev/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/revisions/773c90f079c5/schema)
