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

# List user organizations

`GET /api/v1/organizations`

Get organizations the current user belongs to

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

List objects

- object
  - `success` boolean, required
  - `result` object[], required
    - `id` string, required
    - `publicId` string, required
    - `name` string, required
    - `ownerId` string, required
    - `settings` string, required
    - `createdAt` number, required
    - `updatedAt` number, required

---

[API](https://skmtc.net/manifoldfinance/apis/xga-auction-system-api.md) · [All operations](https://skmtc.net/manifoldfinance/apis/xga-auction-system-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manifoldfinance/xga-auction-system-api/revisions/329190dccb50/schema)
