---
title: "List Vendors"
method: GET
path: "/catalog/vendors"
tags: ["catalog"]
---

# List Vendors

`GET /catalog/vendors`

List the valid vendor identifiers + display names + host mapping.

Price-enrichment keys off the INTERNAL vendor enum (TWENTYONEAT, CGSTL,
VANTOR, SIIS, SPACEWILL, IMPROSAT, ESA) — a business name like "21AT" silently
prices at $0. This endpoint makes the right identifier discoverable so callers
don't have to guess: each entry carries the `vendor` enum (what pricing
expects), the catalog `host` (what the search endpoints use on the wire), a
human `displayName`, and the `constellation`.

## Headers

- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## 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)
