Get a connector profile
Returns the connector profile including its saved setup fields, redacted secrets and action/event/sync configuration, everything needed to pre-fill an edit form.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The unique identifier of the connector profile.
Query Parameters
A comma-separated list of additional fields to expand. Supported values: connector (the connector this profile configures), version (the connector version this profile resolves to), accounts_count (the number of accounts linked to this profile) and enabled_actions_count (how many of that version's actions this profile enables). These are returned as null unless requested.
"connector,version"
Response
The connector profile was retrieved.
The unique identifier of the connector profile.
The display name of the connector profile.
The connector key (e.g. workday). Always present; the full connector object requires ?expand=connector.
The connector this profile configures. Always present; null unless requested via ?expand=connector.
The connector version this profile resolves to. Always present; null unless requested via ?expand=version.
The number of accounts linked to this connector profile that are visible to you. Always present; null unless requested via ?expand=accounts_count.
How many of the connector version's actions this profile enables. For StackOne connectors only the actions in the release stages your organization can access are counted, so this can read lower than the number the profile actually enables; a connector your organization owns is counted in full. A profile that enables everything counts all of them; one naming individual actions counts only those the version still has. 0 when the profile enables nothing, and also whenever no catalogue can be resolved — an unreadable registry, or a connector whose own release stage your organization cannot access. Always present; null unless requested via ?expand=enabled_actions_count on a read endpoint, and always null on create.
Whether the connector profile is active.
Whether this is the default connector profile.
The environment of the connector profile.
The authentication configuration key.
The timestamp when the connector profile was created.
The timestamp when the connector profile was last updated.
The saved non-secret setup field values, keyed by setup field key.
The saved secret fields, keyed by field key. Values are __secretvalue:-prefixed redacted placeholders (never the plaintext); resend a placeholder unchanged to keep the stored secret.
The per-action enablement of the profile, keyed by action id.
The per-event-action configuration (enablement and subscribed webhooks), keyed by event action id.
The per-action data-sync configuration, keyed by action id.