SkuVault
Overview
The SkuVault source connector lets you connect to the SkuVault API using a Tenant Token and User Token.
Setup
Prerequisites
- A SkuVault account with API access
- Your SkuVault Tenant Token
- Your SkuVault User Token
Get your API tokens
In SkuVault, locate or generate the API credentials needed for integration:
- Tenant Token
- User Token
If you’re unsure where to find these, refer to SkuVault’s API/authentication documentation or your SkuVault admin.
Authentication
This connector authenticates via SkuVault API tokens:
tenant_token(Tenant Token)user_token(User Token)
During connection setup, the connector validates credentials by making a request to the SkuVault API.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
tenant_token | string | ✅ | Your SkuVault Tenant Token. |
user_token | string | ✅ | Your SkuVault User Token. |
Streams
This connector is currently under development and does not yet support data extraction streams.
- Catalog discovery: not yet implemented (returns an empty catalog)
- Extraction/sync: not yet implemented
Limitations
- The connector currently supports credential validation only.
- Sync/extraction is not available yet. Attempting to run extraction will fail with an “in development” error.