PartnerStack source
Introduction
The PartnerStack source connector connects to the PartnerStack API using an API key.
Status / availability
This connector is currently in development:
- Connection (credential validation) is supported.
- Catalog discovery is not yet implemented.
- Data extraction/sync is not yet implemented.
Setup
Requirements
- A PartnerStack account with access to an API key.
Create an API key
In PartnerStack, generate an API key and keep it available for the connector configuration.
Authentication
This connector authenticates using an API key sent in the request header:
- Header:
X-PartnerStack-Api-Key: <api_key>
During connection testing, the connector validates credentials by calling:
GET https://api.partnerstack.com/api/v2/partners?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your PartnerStack API key. |
Streams
No streams are currently available. The connector does not yet expose a catalog or support extraction.