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 Metadata on synced objects 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

Response

OK

{key}
any