Factorial
Introduction
The Factorial source connector lets you connect to the Factorial API using an API key.
At this time, the connector supports credential validation (login), but data extraction is still in development and no streams are available yet.
Setup
- In Factorial, generate an API key with access to the Factorial API.
- In your workspace, create a new Factorial source.
- Enter the API key in the connector configuration.
- Save and test the connection.
Authentication
This connector authenticates to Factorial using Bearer token authentication.
-
The connector sends requests with an
Authorization: Bearer <api_key>header. -
During connection testing, the connector validates credentials by calling:
GET https://api.factorialhr.com/api/2024-10-01/resources/users/me
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Factorial API key used for Bearer authentication. |
Streams
No streams are currently exposed.
The connector’s extraction functionality is still in development, so it does not yet sync any data tables/streams.