Integration Connections
List Integration Connections
List the workspace’s own tax, CRM, and storage integration connections, secret-free, plus whether the credential vault is ready.
GET
List the tenant's BYO tax/CRM/storage integrations
Returns the workspace’s active bring-your-own integration connections: tax
(
taxjar, avalara, ziptax), CRM (hubspot), and storage (s3). At most
one connection per category is active at a time — connecting a provider
deactivates any other active provider in the same category — so the list has
at most three entries, ordered by category then provider. Secrets are
write-only — each connection carries only its non-secret config (region,
bucket, endpoints) and a has_secrets flag saying whether a secret is stored.
vault_ready tells you whether Connect an Integration
can succeed at all; when it is false the stored blobs cannot be opened
either, so every entry comes back with config: {} and has_secrets: false
regardless of what was stored. Payment gateways are a separate resource — see
List Gateway Connections.
Example Request
Response
Fields
Errors
Errors use the standard envelope — see Errors.