---
title: "List the partner's customer organizations (their brand only)."
method: POST
path: "/v1/partner/orgs/list"
tags: ["resource-facade"]
---

# List the partner's customer organizations (their brand only).

`POST /v1/partner/orgs/list`

## Headers

- `x-api-key` string, nullable

## Request body

- PartnerOrgsListInput

## Response `200`

Successful Response

- PartnerOrgsListOutput
  - `brand_id` string, required
  - `organizations` PartnerOrg[], required
    - `id` string, required
    - `name` string, required
    - `created_at` string, nullable
    - `monthly_spend_cap_credits` integer, nullable
    - `member_count` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
