---
title: "List Organizations"
method: GET
path: "/v0/organizations"
tags: ["Organizations"]
---

# List Organizations

`GET /v0/organizations`

List all organizations the authenticated user has access to.

This includes organizations where the user is:
- The owner
- A member

## Response `200`

Successful Response

- OrganizationResponse[]
  - `id` integer, required
  - `name` string, required
  - `owner_id` string, required
  - `image` string, nullable
  - `timezone` string, nullable
  - `free_trial` boolean
  - `created_at` string, date-time, required

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
