v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBConnections
Get Connection Types
Lists all connection types supported by this deployment.
Each entry includes per-type metadata:
- The available operations the connection type supports.
- Its category.
- Whether the connection type is enabled for the caller's organization.
- Which modes (source, destination, enrichment) it can act as.
get/api/connection_types
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": [
{
"capabilities": {
"destination": true,
"source": true
},
"envConfig": {
"key": "value"
},
"id": "postgresql",
"logo_dark_url": "https://connect-assets.polytomic.com/logos/dark/postgresql.svg",
"logo_url": "https://connect-assets.polytomic.com/logos/postgresql.svg",
"name": "PostgreSQL",
"use_oauth": true
}
]
}