Cin7
Overview
The Cin7 source connector lets you authenticate to the Cin7 API and validate credentials.
Status
This connector is currently in development:
- Authentication (credential validation) is supported.
- Catalog discovery currently returns an empty catalog.
- Data extraction is not yet available.
Authentication
Cin7 uses API header-based authentication.
You will need:
- API Username
- API Key
These are sent as HTTP headers:
api-username: <your_api_username>api-key: <your_api_key>
During setup/login, the connector validates credentials by calling:
GET https://api.cin7.com/api/v1/Companies
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_username | string | Yes | Your Cin7 API Username. |
api_key | string | Yes | Your Cin7 API Key. |
Streams
No streams are currently exposed.