---
title: "List all organizations"
method: GET
path: "/organizations"
tags: ["Core resources"]
---

# List all organizations

`GET /organizations`

## Response `200`

Successful operation

- object — List of items
  - `data` object[], required
    - `name` string, required — Non-empty text string
    - `website` string — The website address of the business
    - `linkedin` string, uri — The linked-in url of the business
    - `address` object — The business address
      - `region` string — State, province, prefecture, or region component. For the US and Canada, MUST be 2-letter abbreviation.
      - `country` string, required — ISO 3166-1 alpha-2 country code
      - `formatted` string — Full mailing address, formatted for display or use on a mailing label. This field MAY contain multiple lines, separated by newlines.
      - `street_address` string — Full street address component, which MAY include house number, street name, Post Office Box, and multi-line extended street address information. This field MAY contain multiple lines, separated by newlines.
      - `locality` string — City, town, or locality component.
      - `postal_code` string — Zip code or postal code component.
    - `legal_structure` 'sole_proprietor' | 'single_member_llc' | 'limited_liability_company' | 'general_partnership' | 'unlisted_corporation' | 'publicly_traded_corporation' | 'association' | 'non_profit' | 'government_organization' | 'revocable_trust' | 'irrevocable_trust' | 'estate' — The legal structure of the business
    - `industry` string — The industry of the business
    - `formation_date` string, date — The formation date of the business
    - `size` '1-24' | '25-99' | '100-499' | '500+' — The size of the business based on number of employees or contractors
    - `yc_verified` string, date — date on which YC url was verified
    - `advance_for` 'me' | 'my_users' | 'null', nullable — Whether the organization is using advances for retail customers ("me") or as a platform for others ("my_users")
    - `aiprise_business_id` string, nullable — The kyb verification session id
    - `monato_business_id` string, nullable — The monato business id
    - `picture` string, uri, required — The business logo
    - `id` string, required — An object id with prefix
    - `created_at` string, date-time, required — Creation date and time
    - `created_by` string, required — ID of the user that created this object
    - `updated_at` string, date-time, required — Last update date and time
    - `updated_by` string, required — ID of the user that last updated this object

---

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