---
title: "Get My Orgs"
method: GET
path: "/v1/my-orgs"
tags: ["v1-auth"]
---

# Get My Orgs

`GET /v1/my-orgs`

Get list of user's organizations (lightweight).

Used for initial org selection before bootstrap.
Does not require X-Org-Id header.

Returns:
    orgs: Array of lightweight org info

Example response:
{
    "orgs": [
        {
            "org_id": "abc-123",
            "name": "Acme Corp",
            "role": "owner",
            "joined_at": "2025-01-01T00:00:00Z"
        },
        {
            "org_id": "def-456",
            "name": "Beta Inc",
            "role": "member",
            "joined_at": "2025-01-02T00:00:00Z"
        }
    ]
}

## Response `200`

Successful Response

- object

---

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