Cin7 Core
Overview
The Cin7 Core source connector connects to the Cin7 Core (formerly DEAR Inventory) External API v2.
This connector is currently in development:
- Authentication validation is supported.
- Schema discovery and data extraction are not yet available.
Setup
Prerequisites
- A Cin7 Core account with access to the External API.
- An Account ID and Application Key generated in Cin7 Core.
Create API credentials in Cin7 Core
In Cin7 Core, generate an API Application Key and note:
- Account ID
- Application Key
(Exact navigation may vary by Cin7 Core UI version.)
Authentication
This connector authenticates by sending the following HTTP headers on requests:
api-auth-accountid: your Account IDapi-auth-applicationkey: your Application Key
During connection testing, the connector validates credentials by calling:
GET https://inventory.dearsystems.com/ExternalApi/v2/me
Configuration
Provide the following configuration fields when creating the source:
| Field | Type | Required | Description |
|---|---|---|---|
account_id | string | yes | Cin7 Core API Account ID. Sent as the api-auth-accountid header. |
application_key | string | yes | Cin7 Core API Application Key. Sent as the api-auth-applicationkey header. |
Streams
No streams are currently exposed. Catalog discovery currently returns an empty catalog, and extraction is not yet implemented.
Limitations
- Extraction is not available yet (the connector will error if an extract run is started).
- Catalog discovery is not available yet (no streams are returned).