Get Connection Type
Returns the JSON schema for a connection type.
This schema is intended for building forms or validating configuration payloads client-side. It describes the structure Polytomic expects when you create or update a connection of the given type.
The response is metadata about the shape of the configuration, not a live connection instance and not a set of current credential values.
Authentication
AuthorizationBasic
This is the Polytomic deployment key (on-premises only)
OR
AuthorizationBearer
This is the Polytomic API key
Path parameters
id
Connection type identifier (e.g. postgresql, salesforce, hubspot).
Headers
X-Polytomic-Version
Response
OK
$anchor
$comment
$defs
$dynamicRef
$id
$ref
$schema
additionalProperties
allOf
anyOf
const
contains
contentEncoding
contentMediaType
contentSchema
default
dependentRequired
dependentSchemas
deprecated
description
else
enum
examples
exclusiveMaximum
exclusiveMinimum
format
if
items
maxContains
maxItems
maxLength
maxProperties
maximum
minContains
minItems
minLength
minProperties
minimum
multipleOf
not
oneOf
pattern
patternProperties
prefixItems
properties
propertyNames
readOnly
required
then
title
type
uniqueItems
writeOnly
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error
