Skip to main content
POST
Activates one or more resources and sets sync options. This is the step between discovery and the first sync. You can call configure again at any time to add resources, change sub_tenant_id, or update metadata - the cursor is preserved on reconfigure.

Path parameters

Request body

Resource item fields

See Connectors - Overview for how these merge with system-generated fields.
configured is the count of resources successfully activated.

Authorizations

Authorization
string
header
required

API key sent as a Bearer token: "Bearer prefix.secret"

Path Parameters

id
string
required

Connector ID

Example:

"HydraDoc1234"

Body

application/json

Resource selection and sync options

resources
object[]
required

Resources to activate for this connector. Each item corresponds to one entry from the Discover endpoint.

Example:
backfill_chunk_interval_seconds
integer

Internal interval for async backfill paging.

Example:

86400

lookback_days
integer

How far back the first sync fetches historical data. Only applies to the initial sync — subsequent syncs are incremental from the last cursor.

Example:

30

table_configs
object[]

TableConfigs carries per-table replication settings for MOVEIT connectors whose tap reads a table_configs credential input (bigquery). Configure merges them into the stored credential bundle before the first sync, so the mode chosen at selection time governs every sync from the start. Optional; rejected for non-MOVEIT engines.

Response

OK

backfill
boolean
Example:

true

configured
integer
Example:

1

connector_id
string

Connector this resource belongs to.

Example:

"conn_abc123"

meta
object