Skip to main content

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

  1. In Factorial, generate an API key with access to the Factorial API.
  2. In your workspace, create a new Factorial source.
  3. Enter the API key in the connector configuration.
  4. 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

FieldTypeRequiredDescription
api_keystringFactorial 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.