Authentication
Learn how to authenticate with the Kombo API.
Authentication
You need to get an API key from the Kombo dashboard to call our API. You can create one on the Secrets page.
You might have multiple environments in your Kombo account. Each API key is specific to an environment.
This will allow you to call some general endpoints that are not integration-specific. For example, try calling the following test API key endpoint:
Calling Integration Endpoints
To call integration-specific endpoints, you need the integration ID. An integration ID identifies a specific instance of a tool connected to Kombo. If you haven’t created an integration yet, read the creating integrations guide. Get the integration ID from the details of integration on the integrations dashboard page.
Pass the integration ID with the X-Integration-Id
header in your API requests. For example: