Playground

Playground

Connector

/api/v1/integration/connectors

A data source/sink connector instance.

listgetcreateupdatedelete

Schema

FieldTypeNotes
id*uuidServer-assigned ULID with type prefix (e.g. per_…).
tenant_id*stringTenant scope — auto-stamped from the caller's JWT.
app_idstringApp scope. Stamped ONLY when the caller's JWT was minted for a specific Application (integration API keys). Absent for human-user sessions. Filters reads when present.
created_at*date-timeServer stamp.
updated_at*date-timeServer stamp; updated on every patch.
created_byuuidPerson id from the caller's JWT (sub).
updated_byuuidPerson id from the last writer's JWT (sub).
sourcestringProvenance tag — defaults to 'edm'.
source_typeenumfrontend | backend | server | system | apiWhere the write originated. Defaults to 'api'.
is_deletedbooleanSoft-delete flag. Excluded from default list queries.
deleted_atdate-timeStamped when soft-deleted; null otherwise.
deleted_byuuidPerson id who soft-deleted; null otherwise.
schema_versionnumberDocument schema version. Bumped on incompatible writes.
typestringIntegration type category.
providerstringVendor, e.g. defender_for_endpoint, splunk, jira, okta.
namestringHuman-readable connector name.
scopestringorg = tenant-wide; user = personal; group = group-scoped.
owner_idstringusr-<uuid> of the owning user.
group_idstringGroup ID if scope=group.
user_idstringUser ID if scope=user.
configjsonNon-secret configuration: baseUrl, region, accountId, etc.
vault_pathstringKV v2 Vault path to secrets, e.g. secret/data/tnt-.../connectors/cnn-.../credentials.
auth_typestringAuthentication mechanism.
oauth_refresh_neededbooleanWhether the OAuth token needs refreshing.
oauth_token_expires_atdate-timeWhen the OAuth access token expires.
enabledbooleanWhether the connector is active.
sync_statusstringCurrent sync health.
last_sync_atdate-timeTimestamp of the last successful sync.
consecutive_errorsnumberCount of consecutive sync errors.
last_errorstringLast error message.
metricsjson{ totalSynced, last24h, avgLatencyMs }
event_typesjsonEvent types this connector emits.
webhook_endpoint_idstringID of the outbound Webhook endpoint, if applicable.
credential_last_rotated_atdate-timeWhen credentials were last rotated.
next_rotation_duedate-timeWhen credentials are next due for rotation.
tagsjsonFree-form tags.
versionnumberOptimistic concurrency version counter.
application_iduuidOwning application id (FK to Application).

API

Loading manifest…