Skip to main content
GET
List connections

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Query Parameters

relationship_type
enum<string>

Optional filter limiting the response to entries with the given relationship type.

Available options:
seller,
buyer

Response

Reconciled list of connections.

Response returned by GET /connections. Merges LC-resident account_connections rows with the SSO NetworkConnection source-of-truth list. When SSO is unreachable the response degrades to LC-only entries and degraded is set to true.

degraded
boolean
required

true only when the SSO connections list could not be retrieved and the response contains LC-resident entries only.

connections
(LC Connection List Item · object | SSO-only Connection List Item · object)[]
required

A connection that exists in LC's account_connections collection.