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
Authorizationheader.
During connection testing, the connector validates credentials by calling:
GET https://apis.supplierxm.salsify.com/public/v1/products(with a smalllimit)
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Your Salsify API key used for Bearer authentication. |
Streams
No streams are currently available. Extraction is not yet implemented for this connector.