Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kombo Kombo Connect API

Endpoints for Kombo Connect, our end-user-facing flow for setting up new integrations.

Kombo Kombo Connect API is one of 8 APIs that Kombo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Kombo Connect. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 3 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://api.kombo.dev/v1, https://api.us.kombo.dev/v1.

3 operations 3 paths 6 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.kombo.dev
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kombo Kombo Connect API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (ApiKey). By default, every request must be authenticated.

  • ApiKey — Create an API key on the [Secrets](https://app.kombo.dev/secrets) page in the Kombo dashboard.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Kombo Connect 3

Endpoints for Kombo Connect, our end-user-facing flow for setting up new integrations.

POST
/connect/create-link
Create connection link
PostConnectCreateLink body → 200default
GET
/connect/integration-by-token/{token}
Get integration by token
GetConnectIntegrationByTokenToken 1 param → 200default
POST
/connect/activate-integration
Activate integration (optional)
PostConnectActivateIntegration body → 200default

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are PostConnectCreateLinkRequestBody (11 properties), PostConnectActivateIntegrationPositiveResponse (2 properties), PostConnectCreateLinkPositiveResponse (2 properties), GetConnectIntegrationByTokenTokenPositiveResponse (2 properties). Each schema is shown below with its type and property counts.

GetConnectIntegrationByTokenTokenPositiveResponse
object
2 properties 2 required
PostConnectCreateLinkPositiveResponse
object
2 properties 2 required
PostConnectActivateIntegrationRequestBody
object
1 property 1 required
PostConnectActivateIntegrationPositiveResponse
object
2 properties 2 required
PostConnectCreateLinkRequestBody
object
11 properties 2 required
GetConnectIntegrationByTokenTokenParameterToken
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kombo-kombo-connect-api-openapi.yml Raw ↑

Other APIs Kombo publishes across the network.

Kombo AI Apply API
Kombo Custom Endpoints API
Kombo General API
Kombo Unified ATS API API
Kombo Unified ATS (Assessment & Background Check) API API
Kombo Unified HRIS API API
Kombo Unified LMS API API