Leapsome
Overview
The Leapsome source connector lets you connect to the Leapsome API using an API secret.
Setup
Prerequisites
- A Leapsome account with access to generate an API secret.
Create an API secret in Leapsome
Generate an API secret in Leapsome and copy it somewhere safe. You’ll use it to authenticate the connector.
Authentication
This connector authenticates using a Bearer token.
- Header:
Authorization: Bearer <api_secret>
During connection setup, the connector validates credentials by making a request to Leapsome’s token endpoint.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_secret | string | ✅ | Your Leapsome API secret used as a Bearer token for API requests. |
Streams
This connector is currently in development and does not yet extract any streams.
- Catalog discovery currently returns an empty catalog.
- Sync/extraction is not yet available.