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

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequired

Connection type identifier (e.g. postgresql, salesforce, hubspot).

Headers

X-Polytomic-VersionstringOptional

Response

OK
$anchorstringOptional
$commentstringOptional
$defsmap from strings to objectsOptional
$dynamicRefstringOptional
$idstringOptional
$refstringOptional
$schemastringOptional
additionalPropertiesobjectOptional
allOflist of objectsOptional
anyOflist of objectsOptional
constanyOptional
containsobjectOptional
contentEncodingstringOptional
contentMediaTypestringOptional
contentSchemaobjectOptional
defaultanyOptional
dependentRequiredmap from strings to lists of stringsOptional
dependentSchemasmap from strings to objectsOptional
deprecatedbooleanOptional
descriptionstringOptional
elseobjectOptional
enumlist of anyOptional
exampleslist of anyOptional
exclusiveMaximumstringOptional
exclusiveMinimumstringOptional
formatstringOptional
ifobjectOptional
itemsobjectOptional
maxContainsinteger or nullOptional>=0
maxItemsinteger or nullOptional>=0
maxLengthinteger or nullOptional>=0
maxPropertiesinteger or nullOptional>=0
maximumstringOptional
minContainsinteger or nullOptional>=0
minItemsinteger or nullOptional>=0
minLengthinteger or nullOptional>=0
minPropertiesinteger or nullOptional>=0
minimumstringOptional
multipleOfstringOptional
notobjectOptional
oneOflist of objectsOptional
patternstringOptional
patternPropertiesmap from strings to objectsOptional
prefixItemslist of objectsOptional
propertiesobjectOptional
propertyNamesobjectOptional
readOnlybooleanOptional
requiredlist of stringsOptional
thenobjectOptional
titlestringOptional
typestringOptional
uniqueItemsbooleanOptional
writeOnlybooleanOptional

Errors

404
Not Found Error
500
Internal Server Error