Skip to main content
GET
List available/coming-soon connectors, without a session

Query Parameters

locale
string

'fr' for French text fields, else English.

Response

200 - application/json
key
string
required
name
string
required
authType
enum<string>
required
Available options:
api_key,
oauth2,
mcp,
internal
availability
enum<string>
required
Available options:
available,
coming_soon
baseUrl
string
description
string | null
docsUrl
string | null
keyHelp
string | null
secretLabel
string | null
configFields
object[]

Connector-defined config field descriptors.

oauthConfigured
boolean | null
apiKeyAlt
boolean
oauthSkipsConfig
boolean
companyWide
boolean

Native platform capability (e.g. 'projects'): its connection is a company-wide singleton, resolved lazily wherever needed — never manually connected.

defaultGranted
boolean

Paired with companyWide: every agent of the company holds a virtual full grant on this connection until an explicit grant row (opt-out or adjustment) exists — see IntegrationGrant.isDefault.

nonDeletable
boolean

The connection can't be disconnected — DELETE /integrations/connections/{id} refuses with connection_not_deletable.

actions
object[]