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

# GET /v1/organizations

`GET /v1/organizations`

## Response `200`

A successful response.

- GoliothListOrganizationResponse
  - `list` GoliothOrganization[]
    - `createdAt` string, date-time
    - `id` string
    - `name` string
    - `paymentStatus` string
    - `roles` string[]
    - `tier` string
    - `updatedAt` string, date-time
    - `website` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
