Connectors

Connectors

Connectors are integrations that link your CRM and sales tools to Saber, enabling enriched research and automated data syncing.

Use this section to list all configured connectors and inspect their connection status. This is useful for verifying that the integrations your workflows depend on are active before running signals or batch operations.

Supported connectors:

  • LinkedIn Sales Navigator (salesNavigator) — Contact search and profile enrichment

  • HubSpot App (hubspotApp) — OAuth-based HubSpot marketplace app installation

List connectors and their connection status

get

Returns a list of all integrations (connectors) configured for your organization, along with their current connection status. Use this endpoint to check which data sources are connected to Saber and whether they are actively syncing.

Supported Connectors

Source
Description

salesNavigator

LinkedIn Sales Navigator — used for contact search and profile enrichment

hubspotApp

HubSpot App — OAuth-based HubSpot marketplace app installation

Connection Statuses

Status
Meaning

connected

The connector is authenticated and operational

disconnected

The connector has been manually disconnected

needs-authentication

The connector's credentials have expired and require re-authentication

ready-to-connect

The connector is configured but not yet connected

error

An error occurred with the connector

Note: hubspotApp connection state is inferred from the presence of an active installation record. As a result, it can only be reported as connected or omitted entirely — finer-grained statuses such as needs-authentication or error are not currently available for this connector.

Common Use Cases

  • Pre-flight checks — verify that the required connectors are connected before running a workflow

  • Monitoring — detect connectors that need re-authentication or have stopped syncing

  • Automation — programmatically surface connector health in dashboards or alerting systems

Authorizations
AuthorizationstringRequired

API key authentication using Bearer token. Format: sk_live_ followed by a secure random string.

Responses
chevron-right
200

List of connectors retrieved successfully

application/json
get
/v1/connectors

Last updated