Connectors
Configure Connector
Activate resources for sync and set sync options.
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.
Related Resources
- Next: Sync Connector - trigger an on-demand sync (the scheduler also runs hourly automatically)
- Next: Connector Resources - poll
provider_cursorto confirm sync ran - Discover Resources - find resource IDs before configuring
- Connectors guide - Metadata
Authorizations
API key sent as a Bearer token: "Bearer prefix.secret"
Path Parameters
Connector ID
Example:
"HydraDoc1234"
Body
application/json
Resource selection and sync options
Resources to activate for this connector. Each item corresponds to one entry from the Discover endpoint.
Example:
Internal interval for async backfill paging.
Example:
86400
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