---
title: "Register catalog to ams"
method: POST
path: "/api/ams/v1/catalogs"
tags: ["Catalogs"]
---

# Register catalog to ams

`POST /api/ams/v1/catalogs`

Register a new catalog

## Request body

- CatalogRegisterInfo
  - `name` string
  - `type` string
  - `authConfig` object
  - `storageConfig` object
  - `properties` object
  - `tableProperties` object
  - `tableFormatList` string[]

## Response `200`

Successful response

- Response
  - `message` string
  - `code` integer
  - `result` object

---

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