POST
/
core
/
connector_config

Authorizations

x-apikey
string
headerrequired
x-connection-id
string
headerrequired

Body

application/json
orgId
string
required

Must start with 'org_'

id
string

Must start with 'ccfg_'

connectorName
string
config
object | null
displayName
string | null
defaultPipeOut
object | null

Automatically sync data from any connections associated with this config to the destination connection, which is typically a Postgres database. Think ETL

defaultPipeIn
object | null

Automatically sync data from any connections associated with this config to the destination connection, which is typically a Postgres database. Think ETL

disabled
boolean

When disabled it will not be used for connection portal. Essentially a reversible soft-delete

Response

200 - application/json
createdAt
string
required
updatedAt
string
required
id
string
required

Must start with 'ccfg_'

connectorName
string
required
orgId
string
required

Must start with 'org_'

config
object | null
displayName
string | null
disabled
boolean

When disabled it will not be used for connection portal. Essentially a reversible soft-delete

defaultPipeOut
object | null

Automatically sync data from any connections associated with this config to the destination connection, which is typically a Postgres database. Think ETL

defaultPipeIn
object | null

Automatically sync data from any connections associated with this config to the destination connection, which is typically a Postgres database. Think ETL

envName
string | null
metadata
any

JSON object can can be used to associate arbitrary metadata to avoid needing a separate 1-1 table just for simple key values in your application. During updates this object will be shallowly merged