Skip to main content
POST
/
connection
/
connectors
/
{uuid}
/
dynamicSchema
Get dynamic schema
curl --request POST \
  --url https://api.getcargo.io/v1/connection/connectors/{uuid}/dynamicSchema \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "params": "<unknown>"
}
'
{
  "schema": "<unknown>",
  "uiSchema": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

Resource UUID

Body

application/json

Request body schema.

params
any
required

Parameters for schema generation.

Response

Successful response

schema
any

Generated JSON schema.

uiSchema
UI schema · object

Generated UI schema.