Update a custom connector
Update mutable fields on a connector. source_name is immutable.
Authorizations
Pass your pk_live_... API key as a Bearer token.
Path Parameters
Body
Response
Successful Response
Unique identifier for the connector.
"c0ffee01-1234-5678-90ab-cdef01234567"
Human display name.
"Acme CRM"
Immutable slug used in the event source (custom:<source_name>).
"acme-crm"
ISO 8601 creation timestamp.
Principal that created a resource. id is a user_id for type="user"
and a key_id (UUID) for type="api_key".
False once the connector has been deactivated.
First-party event kinds this connector may emit. Empty = all kinds allowed.
["email", "page"]Key/value metadata applied to every event from this connector. String values only. Per-item metadata on ingest overrides on key conflict.
{ "env": "staging" }