7shifts
Introduction
The 7shifts source connector connects to the 7shifts REST API.
This connector is currently in development. Authentication can be validated, but data extraction is not yet available.
Setup
Prerequisites
- A 7shifts account with access to the API.
- An API access token (Bearer token).
Create an access token
Generate an access token in 7shifts (per your organization’s process) and keep it available for configuration as access_token.
Authentication
This connector authenticates using a Bearer access token.
During connection setup/login, the connector validates credentials by calling:
GET https://api.7shifts.com/v2/company
If the token is invalid or lacks required permissions, validation will fail.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
access_token | string | Yes | 7shifts API access token used as a Bearer token for API requests. |
Streams
No streams are currently available.
- Catalog discovery currently returns an empty catalog.
- Extraction currently fails with a message indicating the connector is still in development.
Limitations
- Extraction not implemented: Syncs are not supported yet.
- No catalog/streams: Stream definitions will be added as development progresses.