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

# List organizations

`GET /organizations`

Lists all organizations owned by the authenticated user.

## Response `200`

OK

- Organization[], nullable
  - `created_at` string, date-time, required
  - `id` string, required
  - `logo` string, nullable
  - `metadata` object, nullable
  - `name` string, required
  - `owner_id` string, required
  - `slug` string, required
  - `updated_at` string, date-time, required

---

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