Get a single connector by type
Returns the full configuration and status for a single connector integration by type (e.g.
shopify, stripe, avatax). The response includes connection health, sync settings,
last-sync timestamp, and any recent error messages. Sensitive credentials (API keys) are
never returned.
Requires integrations:read scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Path Parameters
Connector type. Enum: stripe, avatax, shippo, printnode, postmark, shopify, mapquest, google, openai, plaid, ups, fedex, usps, amazon, ebay, wwex
stripe, avatax, shippo, printnode, postmark, shopify, mapquest, google, openai, plaid, ups, fedex, usps, amazon, ebay, wwex Query Parameters
If omitted, returns the row matching the entity's current environment.
sandbox, live Response
Connector row (credentials NEVER included; has_credentials_secret_arn indicates if credentials are stored)
A configured connector row from entity_connectors. SECURITY: credentials, webhook_secret, and credentials_secret_arn RAW VALUES are NEVER returned. has_credentials_secret_arn (boolean) indicates if credentials are stored. credentials_masked returns key names only (no values). These invariants are enforced by the canonical listConnectors/getConnectorByType handler projection and cannot be overridden by callers.

