---
title: "Get dynamic schema"
method: POST
path: "/connection/connectors/{uuid}/dynamicSchemas/{slug}"
tags: ["Connection - Connectors"]
---

# Get dynamic schema

`POST /connection/connectors/{uuid}/dynamicSchemas/{slug}`

Get dynamic schema for a connector

## Path parameters

- `uuid` string, uuid, required — Connector identifier.
- `slug` string, required — Dynamic schema slug.

## Request body

- object — Request body schema.
  - `params` unknown, required

## Response `200`

Successful response

- object
  - `schema` unknown
  - `uiSchema` object — Generated UI schema.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/getcargo/apis/cargo-api.md) · [All operations](https://skmtc.net/getcargo/apis/cargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcargo/cargo-api/revisions/1d5a19e01d83/schema)
