Skip to main content

Salsify

Overview

The Salsify source connector is currently under development.

At this time, the connector supports credential validation (testing that your API key is valid), but it does not yet support extracting data or exposing streams.

Setup

Prerequisites

  • A Salsify API key with access to the Salsify SupplierXM public API.

Create an API key in Salsify

Generate an API key in Salsify and keep it available for the next step.

Authentication

This connector authenticates using a Bearer token.

  • API key: Sent as a Bearer token in the Authorization header.

During connection testing, the connector validates credentials by calling:

  • GET https://apis.supplierxm.salsify.com/public/v1/products (with a small limit)

Configuration

FieldTypeRequiredDescription
api_keystringYesYour Salsify API key used for Bearer authentication.

Streams

No streams are currently available. Extraction is not yet implemented for this connector.